Changeset 56955
- Timestamp:
- 10/17/2023 12:42:08 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r56660 r56955 16 16 # Any needed permissions should be configured at the job level. 17 17 permissions: {} 18 19 env: 20 CURRENTLY_SUPPORTED_BRANCH: '6.3' 18 21 19 22 jobs: … … 86 89 - name: Dispatch workflow run 87 90 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 88 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.3'}}91 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == env.CURRENTLY_SUPPORTED_BRANCH }} 89 92 with: 90 93 retries: 2
Note: See TracChangeset
for help on using the changeset viewer.