Skip to content

Commit

Permalink
Merge pull request #59 from dfinity/remove-tagging
Browse files Browse the repository at this point in the history
refactor(IDX): remove tagging
  • Loading branch information
cgundy authored Nov 18, 2024
2 parents 78ba7b3 + 01765ee commit e51ecba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_cla_ruleset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ on:

jobs:
call-check-cla:
uses: dfinity/public-workflows/.github/workflows/check_cla.yml@manual-05-09-2024
uses: dfinity/public-workflows/.github/workflows/check_cla.yml@main
secrets: inherit
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,3 @@ This repository contains a set of internal workflows used at DFINITY. So far thi
1. [CLA Workflow](CLA-workflow.md)

This repository is not open to external contributions.

## Updating the workflow

If a new change needs to be deployed a new tag needs to be created. Currently this process is not automatated, so you need to run:
```
git tag <tagname>
git push origin --tags
```
Then update the tag in the workflow `.github/workflows/check_cla_ruleset.yml`.

0 comments on commit e51ecba

Please sign in to comment.