Skip to content

Commit

Permalink
chore(ci): skip checks on graphite-base branches (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev authored Sep 24, 2024
1 parent 692ff00 commit bc4ab4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Checks

on:
- push
- workflow_dispatch
push:
branches-ignore:
- "**/graphite-base/**"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit bc4ab4b

Please sign in to comment.