Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Jan 12, 2024
1 parent fe80b98 commit 4599adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-canary-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test_on_new_project:
runs-on: ubuntu-20.04
name: "Elixir ${{matrix.elixir}} OTP ${{matrix.otp}} - Credo running on ${{matrix.project.name}}"
name: "${{matrix.project.name}}"
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-phoenix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test_on_source:
runs-on: ubuntu-20.04
name: "Elixir ${{matrix.elixir}} OTP ${{matrix.otp}} - Credo running on Phoenix ${{matrix.repo_branch}}"
name: "Elixir ${{matrix.elixir}} OTP ${{matrix.otp}} - ${{matrix.repo_branch}}"
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 4599adb

Please sign in to comment.