Skip to content

Commit 796cd40

Browse files
committed
ci(audits): no fail-fast and no skip-ci
1 parent 07af63f commit 796cd40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/audits.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
name: JavaScript
1414
runs-on: ubuntu-latest
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
workspace:
1819
- apollo-server
@@ -56,6 +57,7 @@ jobs:
5657
name: Docker
5758
runs-on: ubuntu-latest
5859
strategy:
60+
fail-fast: false
5961
matrix:
6062
workspace:
6163
- deno
@@ -109,6 +111,7 @@ jobs:
109111
name: URL
110112
runs-on: ubuntu-latest
111113
strategy:
114+
fail-fast: false
112115
matrix:
113116
workspace:
114117
- name: thegraph
@@ -148,7 +151,6 @@ jobs:
148151
pull-requests: write
149152
name: Report
150153
runs-on: ubuntu-latest
151-
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
152154
needs: [javascript, docker, url]
153155
steps:
154156
- name: Checkout

0 commit comments

Comments
 (0)