Skip to content

Commit baad8f4

Browse files
committed
Fix ci build
1 parent 7213429 commit baad8f4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.git
2+
.github
23
.env
34
poly
45
docker/addresses-*

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ master ]
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
tests:
1115
runs-on: ubuntu-latest
@@ -33,7 +37,6 @@ jobs:
3337
permissions:
3438
contents: read
3539
packages: write
36-
attestations: write
3740
id-token: write
3841

3942
steps:

0 commit comments

Comments
 (0)