Skip to content

Commit

Permalink
standardize workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Nov 11, 2024
1 parent b002ab2 commit 0c2e1db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions: # added using https://github.com/step-security/secure-repo
jobs:
build-scala:
strategy:
fail-fast: false
matrix:
version: [ "2.12", "2.13" ]
uses: ./.github/workflows/build-and-test.yml
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
name: Codacy Security Scan
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eclipse-dash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
MAVEN_CLI_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false --batch-mode

jobs:
license-check:
dependency-license-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down

0 comments on commit 0c2e1db

Please sign in to comment.