We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed77be0 + cfa41bc commit 6081615Copy full SHA for 6081615
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
run: echo "::set-env name=RUNNING::"
85
if: "! env.GIT_DIFF"
86
- name: Set running flag
87
- if: matrix.node == '12' && startsWith(github.ref, 'refs/tags/')
+ if: matrix.node == '12' && github.ref == join('refs/heads/', github.event.repository.default_branch)
88
run: echo "::set-env name=RUNNING::1"
89
90
run: |
.github/workflows/pr-updated.yml
@@ -28,6 +28,7 @@ jobs:
28
trigger workflow
29
Update TOC
30
Update package version
31
+ TITLE: '## Changes'
32
33
assignToProject:
34
name: Assign PullRequest to Project
0 commit comments