Skip to content

Commit

Permalink
Fix ordering in some declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrepta committed Feb 7, 2024
1 parent d4c1ba8 commit e0bc4fd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'Test PR'
on:
pull_request:
branches:
- 'master'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- 'master'
workflow_dispatch:
jobs:
build-test:
name: 'Build And Test'
Expand Down

0 comments on commit e0bc4fd

Please sign in to comment.