Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
ci skip
  • Loading branch information
René Föhring committed Jan 19, 2020
1 parent e8d947a commit ac66cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-elixir.yml
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
test_on_source:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci') }}
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
name: Run Credo on Elixir source [${{matrix.repo_branch}} / OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}]
strategy:
matrix:
Expand Down

0 comments on commit ac66cd0

Please sign in to comment.