Skip to content

Commit d3465be

Browse files
committed
I dunno
1 parent 0d805c4 commit d3465be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Tests
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened, labeled, unlabeled]
5+
types: [opened, synchronize, reopened]
66
# Do not run if the only files changed cannot affect the build
77
paths-ignore:
88
- "**.md"
@@ -13,7 +13,7 @@ on:
1313

1414
concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref }}
16-
cancel-in-progress: true
16+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1717

1818
jobs:
1919
build_gcm:

0 commit comments

Comments
 (0)