File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 # Only runs if [skip-publish] flag is NOT present AND files for that version were modified
3232
3333 publish-v20111101 :
34- runs-on : ubuntu-latest
3534 needs : check-skip-publish
3635 if : needs.check-skip-publish.outputs.skip_publish == 'false' && contains(github.event.head_commit.modified, 'v20111101')
3736 uses : ./.github/workflows/publish.yml@master
4039 secrets : inherit
4140
4241 release-v20111101 :
43- runs-on : ubuntu-latest
4442 needs : [check-skip-publish, publish-v20111101]
4543 if : needs.check-skip-publish.outputs.skip_publish == 'false' && contains(github.event.head_commit.modified, 'v20111101')
4644 uses : ./.github/workflows/release.yml@master
6159 run : echo "v20111101 release workflow complete (or skipped)"
6260
6361 publish-v20250224 :
64- runs-on : ubuntu-latest
6562 needs : [check-skip-publish, gate-v20111101-complete]
6663 if : needs.check-skip-publish.outputs.skip_publish == 'false' && contains(github.event.head_commit.modified, 'v20250224')
6764 uses : ./.github/workflows/publish.yml@master
7067 secrets : inherit
7168
7269 release-v20250224 :
73- runs-on : ubuntu-latest
7470 needs : [check-skip-publish, publish-v20250224]
7571 if : needs.check-skip-publish.outputs.skip_publish == 'false' && contains(github.event.head_commit.modified, 'v20250224')
7672 uses : ./.github/workflows/release.yml@master
You can’t perform that action at this time.
0 commit comments