Skip to content

Commit

Permalink
Revert "ci(.github/workflows/merge-gatekeeper.yml): add workflow_run …
Browse files Browse the repository at this point in the history
…trigger to auto-retry (#913)" (#915)

This reverts commit 4822525.
  • Loading branch information
risu729 authored Nov 21, 2024
1 parent 4822525 commit 8d3eb0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/merge-gatekeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@ on:
pull_request:
branches:
- main
workflow_run:
workflows:
- "*"
types:
- completed

jobs:
merge-gatekeeper:
runs-on: ubuntu-24.04
# set the longest timeout of all jobs with some buffer
timeout-minutes: 16
# set the longest timeout of all jobs
timeout-minutes: 30
permissions:
checks: read
statuses: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defaults:
jobs:
test-linux:
runs-on: ubuntu-24.04
timeout-minutes: 15
timeout-minutes: 30
permissions:
contents: read # for checkout

Expand Down

0 comments on commit 8d3eb0a

Please sign in to comment.