Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
devops committed Mar 12, 2024
1 parent c56712d commit d0fb955
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/optimism-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:
description: 'Additional Arguments to for run_kontro.sh '
required: false

# Stop in progress workflows on the same branch and same workflow to use latest committed code
# Multiple Runs will need to be allowed to queue
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
sanity-check:
name: 'Sanity Check'
runs-on: [self-hosted, linux, flyweight]
name: 'Optimism Kontrol CI'
runs-on: [self-hosted, linux, prover]
steps:
- name: 'Check out code'
uses: actions/checkout@v4
Expand Down

0 comments on commit d0fb955

Please sign in to comment.