diff --git a/.github/workflows/check_cla_ruleset.yml b/.github/workflows/check_cla_ruleset.yml index 8ba1532..cf7b774 100644 --- a/.github/workflows/check_cla_ruleset.yml +++ b/.github/workflows/check_cla_ruleset.yml @@ -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 diff --git a/README.md b/README.md index fcb73e2..0e407fe 100644 --- a/README.md +++ b/README.md @@ -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 -git push origin --tags -``` -Then update the tag in the workflow `.github/workflows/check_cla_ruleset.yml`.