Skip to content

Commit 9eff393

Browse files
committed
remove unused strategy
1 parent 23e2f6f commit 9eff393

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

.github/workflows/fossa-caos.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
REPO: ${{ github.repository }}
2828
CUSTOM_PROPS_PAT: ${{ secrets.FOSSA_PAT }}
2929

30-
strategy:
31-
fail-fast: false
32-
3330
steps:
3431
- uses: actions/checkout@v3
3532
- name: Give GitHub Actions access to private crates

.github/workflows/fossa-default.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
REPO: ${{ github.repository }}
2828
CUSTOM_PROPS_PAT: ${{ secrets.FOSSA_PAT }}
2929

30-
strategy:
31-
fail-fast: false
32-
3330
steps:
3431
- uses: actions/checkout@v3
3532
- id: fossa-list-targets

.github/workflows/fossa-elixir.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
REPO: ${{ github.repository }}
2828
CUSTOM_PROPS_PAT: ${{ secrets.FOSSA_PAT }}
2929

30-
strategy:
31-
fail-fast: false
32-
3330
steps:
3431
- uses: actions/checkout@v3
3532
- uses: erlef/setup-beam@v1

.github/workflows/fossa-gradle.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
REPO: ${{ github.repository }}
2828
CUSTOM_PROPS_PAT: ${{ secrets.FOSSA_PAT }}
2929

30-
strategy:
31-
fail-fast: false
32-
3330
steps:
3431
- name: Checkout this repo
3532
uses: actions/checkout@v4

.github/workflows/fossa-ruby-bundler.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
REPO: ${{ github.repository }}
2828
CUSTOM_PROPS_PAT: ${{ secrets.FOSSA_PAT }}
2929

30-
strategy:
31-
fail-fast: false
32-
3330
steps:
3431
- uses: actions/checkout@v3
3532
- uses: ruby/setup-ruby@v1

.github/workflows/fossa-scala.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
REPO: ${{ github.repository }}
2828
CUSTOM_PROPS_PAT: ${{ secrets.FOSSA_PAT }}
2929

30-
strategy:
31-
fail-fast: false
32-
3330
steps:
3431
- uses: actions/checkout@v3
3532
- name: Download newrelic.jar

0 commit comments

Comments
 (0)