Skip to content

Commit

Permalink
fix ci rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 committed Oct 3, 2023
1 parent b0f27c9 commit 6e3b4f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
pull_request:

jobs:
linters:
name: Linters
uses: ./.github/workflows/linters.yml
trunk:
name: Trunk
uses: ./.github/workflows/trunk-check.yml

submodules:
name: Compile Kakarot contracts
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/kakarot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: Kakarot compilation caching
on:
workflow_call:

permissions: read-all

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
submodules:
runs-on: ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/trunk-check.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Trunk

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_call:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 6e3b4f5

Please sign in to comment.