Skip to content

Commit c45eee6

Browse files
remalremal-github-actions
andauthored
Template repository changes: remal-github-actions/template-typescript (#1254)
Co-authored-by: remal-github-actions <77626445+remal-github-actions+sync-with-template@users.noreply.github.com>
1 parent 125af99 commit c45eee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/workflows/cancel-pr-actions-on-merge.yml

.github/workflows/cancel-pr-actions-on-merge.yml renamed to .github/workflows/cancel-pr-actions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Cancel PR actions on merge
1+
name: Cancel PR actions
22

33
on:
44
pull_request:
@@ -13,7 +13,6 @@ permissions:
1313

1414
jobs:
1515
cancel-pr-actions-on-merge:
16-
if: ${{ github.event.pull_request.merged }}
1716
runs-on: ubuntu-latest
1817
timeout-minutes: 5
1918
steps:

0 commit comments

Comments
 (0)