Skip to content

Commit bb524f3

Browse files
author
Saqib
committed
Pause GitHub Actions workflow
Temporarily disable workflow runs by adding 'if: false' condition. To re-enable, change 'if: false' to 'if: true' or remove the condition.
1 parent e609de5 commit bb524f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-and-report_multiple_jobs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
collect-test-files:
10+
if: false # Workflow paused - set to true to re-enable
1011
runs-on: ubuntu-latest
1112
outputs:
1213
matrix: ${{ steps.set-matrix.outputs.matrix }}

0 commit comments

Comments
 (0)