Skip to content

Commit 44ed923

Browse files
authored
Turn off flaky z/OS CI job
1 parent c07a6e8 commit 44ed923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,9 @@ jobs:
489489
zos:
490490
name: z/OS
491491
runs-on: ubuntu-latest
492+
# No longer running on push events, due to flaky z/OS runner
492493
if: |
493-
(github.event_name == 'workflow_dispatch' && (inputs.job_id == 'all' || inputs.job_id == 'zos')) ||
494-
github.event_name == 'push'
494+
(github.event_name == 'workflow_dispatch' && (inputs.job_id == 'all' || inputs.job_id == 'zos'))
495495
concurrency:
496496
group: zos-ssh-build
497497
steps:

0 commit comments

Comments
 (0)