Changeset 61209 for trunk/.github/workflows/test-old-branches.yml
- Timestamp:
- 11/11/2025 11:28:13 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/test-old-branches.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r60341 r61209 124 124 steps: 125 125 - name: Dispatch workflow run 126 uses: actions/github-script@ 60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1126 uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 127 127 if: ${{ github.event_name == 'push' || ( github.event_name == 'workflow_dispatch' && matrix.branch == inputs.strategy || inputs.strategy == 'all' ) || github.event.schedule == '0 0 15 * *' || matrix.branch == env.CURRENTLY_SUPPORTED_BRANCH }} 128 128 with:
Note: See TracChangeset
for help on using the changeset viewer.