Skip to content

Commit

Permalink
Fix daily workflow (#8)
Browse files Browse the repository at this point in the history
goodsong81 authored Jun 10, 2024
1 parent 8438854 commit ff2f371
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -10,12 +10,12 @@ on:
permissions: read-all

jobs:
Pre-Merge-Checks:
Sanity-Checks:
uses: ./.github/workflows/pre_merge.yml

E2E-Test:
runs-on: ubuntu-22.04
needs: Pre-Merge-Checks
needs: Sanity-Checks
timeout-minutes: 120
# This is what will cancel the job concurrency
concurrency:
1 change: 1 addition & 0 deletions .github/workflows/pre_merge.yml
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ on:
- reopened
- synchronize
workflow_dispatch: # run on request (no need for PR)
workflow_call: # run by other workflow

# Declare default permissions as read only.
permissions: read-all

0 comments on commit ff2f371

Please sign in to comment.