We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07af63f commit 796cd40Copy full SHA for 796cd40
.github/workflows/audits.yml
@@ -13,6 +13,7 @@ jobs:
13
name: JavaScript
14
runs-on: ubuntu-latest
15
strategy:
16
+ fail-fast: false
17
matrix:
18
workspace:
19
- apollo-server
@@ -56,6 +57,7 @@ jobs:
56
57
name: Docker
58
59
60
61
62
63
- deno
@@ -109,6 +111,7 @@ jobs:
109
111
name: URL
110
112
113
114
115
116
117
- name: thegraph
@@ -148,7 +151,6 @@ jobs:
148
151
pull-requests: write
149
152
name: Report
150
153
- if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
154
needs: [javascript, docker, url]
155
steps:
156
- name: Checkout
0 commit comments