Skip to content

Commit

Permalink
fixup! Configure GHA workflows for the 2-x-stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Jun 2, 2024
1 parent 86bee8a commit 3960ac5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CodeSpell
on:
pull_request:
branches: 2-x-stable
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/danger.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Danger
on:
pull_request:
branches: 2-x-stable
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Linting
on:
pull_request:
branches: 2-x-stable
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CI

on:
pull_request:
branches: 2-x-stable
push:
branches: 2-x-stable

Expand Down

0 comments on commit 3960ac5

Please sign in to comment.