Skip to content

Commit

Permalink
only run test cases when something useful changed
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Feb 22, 2024
1 parent 85acea9 commit 536a06c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
name: Test
on: ["pull_request"]

concurrency:
group: ci-${{ github.head_ref }}
cancel-in-progress: true

on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
paths:
- *.sh
- *.sql
- Dockerfile

jobs:
lint:
Expand Down

0 comments on commit 536a06c

Please sign in to comment.