Skip to content

Commit 80299ae

Browse files
authored
Merge pull request #206 from Homebrew/actionlint-skip-upload-job-properly
workflow/actionlint: fix upload job not being skipped properly
2 parents 3acf773 + 745acd4 commit 80299ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# This is only available on public repositories.
6565
if: >
6666
always() &&
67-
!contains(fromJSON('[["cancelled", "skipped"]]'), needs.workflow_syntax.result) &&
67+
!contains(fromJSON('["cancelled", "skipped"]'), needs.workflow_syntax.result) &&
6868
!github.event.repository.private
6969
runs-on: ubuntu-latest
7070
permissions:

0 commit comments

Comments
 (0)