We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c559c9f commit 5edcc25Copy full SHA for 5edcc25
1 file changed
.github/workflows/markdown_equations.yml
@@ -39,8 +39,8 @@ jobs:
39
# Define a display name:
40
name: 'Update equations'
41
42
- # Only run this job if the pull request was merged:
43
- if: github.event.pull_request.merged == true
+ # Only run this job if the pull request was merged and did not have label `automated-pr`:
+ if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'automated-pr') == false
44
45
# Define the type of virtual host machine:
46
runs-on: ubuntu-latest
0 commit comments