Skip to content

Commit

Permalink
[Temp] Enable failing jobs to make sure the log
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 2, 2024
1 parent 83b920a commit d579930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GH-820-graceperiod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- run: echo ':)'
slowstarter-fail:
if: github.event_name == 'workflow_dispatch'
# if: github.event_name == 'workflow_dispatch'
runs-on: ubuntu-24.04
timeout-minutes: 5
needs: [intermediate]
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
}
]
wait-fail:
if: github.event_name == 'workflow_dispatch'
# if: github.event_name == 'workflow_dispatch'
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
Expand Down

0 comments on commit d579930

Please sign in to comment.