We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7213429 commit baad8f4Copy full SHA for baad8f4
2 files changed
.dockerignore
@@ -1,4 +1,5 @@
1
.git
2
+.github
3
.env
4
poly
5
docker/addresses-*
.github/workflows/main.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches: [ master ]
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
tests:
15
runs-on: ubuntu-latest
@@ -33,7 +37,6 @@ jobs:
33
37
permissions:
34
38
contents: read
35
39
packages: write
36
- attestations: write
40
id-token: write
41
42
steps:
0 commit comments