Skip to content

Commit

Permalink
Synchronise workflows
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
grunweg and github-actions[bot] authored Oct 9, 2024
1 parent 135e0b5 commit 2bb1de2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
lake exe lint-style
- name: "check the formatting of the PR title and for missing or inconsistent labels"
if: github.event.pull_request.draft == false
if: github.event.pull_request.draft == false and github.event.pull_request.base == 'master'

Check failure on line 77 in .github/workflows/bors.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/bors.yml#L77

parser did not reach end of input after parsing the expression. 10 remaining token(s) in the input: "IDENT", "IDENT", ".", "IDENT", ".", "IDENT", ".", "IDENT", "==", "STRING" [expression]
Raw output
.github/workflows/bors.yml:77:54: parser did not reach end of input after parsing the expression. 10 remaining token(s) in the input: "IDENT", "IDENT", ".", "IDENT", ".", "IDENT", ".", "IDENT", "==", "STRING" [expression]
shell: bash # just in case
env:
TITLE: ${{ github.event.pull_request.title }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
lake exe lint-style
- name: "check the formatting of the PR title and for missing or inconsistent labels"
if: github.event.pull_request.draft == false
if: github.event.pull_request.draft == false and github.event.pull_request.base == 'master'

Check failure on line 84 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/build.yml#L84

parser did not reach end of input after parsing the expression. 10 remaining token(s) in the input: "IDENT", "IDENT", ".", "IDENT", ".", "IDENT", ".", "IDENT", "==", "STRING" [expression]
Raw output
.github/workflows/build.yml:84:54: parser did not reach end of input after parsing the expression. 10 remaining token(s) in the input: "IDENT", "IDENT", ".", "IDENT", ".", "IDENT", ".", "IDENT", "==", "STRING" [expression]
shell: bash # just in case
env:
TITLE: ${{ github.event.pull_request.title }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
lake exe lint-style
- name: "check the formatting of the PR title and for missing or inconsistent labels"
if: github.event.pull_request.draft == false
if: github.event.pull_request.draft == false and github.event.pull_request.base == 'master'

Check failure on line 81 in .github/workflows/build_fork.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/build_fork.yml#L81

parser did not reach end of input after parsing the expression. 10 remaining token(s) in the input: "IDENT", "IDENT", ".", "IDENT", ".", "IDENT", ".", "IDENT", "==", "STRING" [expression]
Raw output
.github/workflows/build_fork.yml:81:54: parser did not reach end of input after parsing the expression. 10 remaining token(s) in the input: "IDENT", "IDENT", ".", "IDENT", ".", "IDENT", ".", "IDENT", "==", "STRING" [expression]
shell: bash # just in case
env:
TITLE: ${{ github.event.pull_request.title }}
Expand Down

0 comments on commit 2bb1de2

Please sign in to comment.