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 c07a6e8 commit 44ed923Copy full SHA for 44ed923
.github/workflows/build.yml
@@ -489,9 +489,9 @@ jobs:
489
zos:
490
name: z/OS
491
runs-on: ubuntu-latest
492
+ # No longer running on push events, due to flaky z/OS runner
493
if: |
- (github.event_name == 'workflow_dispatch' && (inputs.job_id == 'all' || inputs.job_id == 'zos')) ||
494
- github.event_name == 'push'
+ (github.event_name == 'workflow_dispatch' && (inputs.job_id == 'all' || inputs.job_id == 'zos'))
495
concurrency:
496
group: zos-ssh-build
497
steps:
0 commit comments