Skip to content

Commit 17698b6

Browse files
committed
ci: avoid duplicate Spark runs
1 parent 424510d commit 17698b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ironworks-spark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: Ironworks Spark
22

33
on:
44
pull_request:
5+
branches:
6+
- master
57
push:
68
branches:
7-
- "**"
8-
tags-ignore:
9-
- "**"
9+
- master
1010

1111
permissions:
1212
contents: read
1313

1414
concurrency:
15-
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.ref || github.run_id }}
15+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1616
cancel-in-progress: true
1717

1818
jobs:

0 commit comments

Comments
 (0)