Skip to content

Commit

Permalink
remove unused strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
elaguerta-nr committed May 17, 2024
1 parent 23e2f6f commit 9eff393
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/fossa-caos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
REPO: ${{ github.repository }}
CUSTOM_PROPS_PAT: ${{ secrets.FOSSA_PAT }}

strategy:
fail-fast: false

steps:
- uses: actions/checkout@v3
- name: Give GitHub Actions access to private crates
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/fossa-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
REPO: ${{ github.repository }}
CUSTOM_PROPS_PAT: ${{ secrets.FOSSA_PAT }}

strategy:
fail-fast: false

steps:
- uses: actions/checkout@v3
- id: fossa-list-targets
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/fossa-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
REPO: ${{ github.repository }}
CUSTOM_PROPS_PAT: ${{ secrets.FOSSA_PAT }}

strategy:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/fossa-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
REPO: ${{ github.repository }}
CUSTOM_PROPS_PAT: ${{ secrets.FOSSA_PAT }}

strategy:
fail-fast: false

steps:
- name: Checkout this repo
uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/fossa-ruby-bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
REPO: ${{ github.repository }}
CUSTOM_PROPS_PAT: ${{ secrets.FOSSA_PAT }}

strategy:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/fossa-scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
REPO: ${{ github.repository }}
CUSTOM_PROPS_PAT: ${{ secrets.FOSSA_PAT }}

strategy:
fail-fast: false

steps:
- uses: actions/checkout@v3
- name: Download newrelic.jar
Expand Down

0 comments on commit 9eff393

Please sign in to comment.