8000 Clean up CI configuration · yorickpeterse/clogs@84b4558 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Clean up CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Aug 14, 2024
1 parent 3fa7fad commit 84b4558
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
test:
Expand All @@ -21,5 +21,4 @@ jobs:
git config --global user.email git@example.com
git config --global user.name git
- run: inko --version
- run: inko pkg sync
- run: inko test

0 comments on commit 84b4558

Please sign in to comment.
0