Skip to content

Commit

Permalink
ci(audits): no fail-fast and no skip-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Oct 10, 2024
1 parent 07af63f commit 796cd40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/audits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: JavaScript
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
workspace:
- apollo-server
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
name: Docker
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
workspace:
- deno
Expand Down Expand Up @@ -109,6 +111,7 @@ jobs:
name: URL
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
workspace:
- name: thegraph
Expand Down Expand Up @@ -148,7 +151,6 @@ jobs:
pull-requests: write
name: Report
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
needs: [javascript, docker, url]
steps:
- name: Checkout
Expand Down

0 comments on commit 796cd40

Please sign in to comment.