We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09f4f7 commit e58b66aCopy full SHA for e58b66a
1 file changed
.github/workflows/cd.yml
@@ -19,7 +19,7 @@ jobs:
19
name: "${{ startsWith(github.ref, 'refs/tags/') && 'Build and Release' || 'Dry Run' }}"
20
if: |
21
startsWith(github.ref, 'refs/tags/') ||
22
- github.ref_name == github.event.repository.default_branch ||
+ github.ref_name != github.event.repository.default_branch ||
23
(github.event.pull_request.base.ref == github.event.repository.default_branch && github.event.label.name == 'approved-for-cd')
24
uses: ecmwf/reusable-workflows/.github/workflows/main-cd.yml@cd-conda-boa-removal
25
with:
0 commit comments