Skip to content

Commit

Permalink
ci(label): trigger E2 with label
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Aug 17, 2023
1 parent b09955c commit f7199ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/label/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const skip = async ({ github }) => {
? check_runs.filter((run) => run.name === "build" || run.name === "build / linux")
: check_runs.filter((run) => run.name === "build / macox-x86");

if (runs.length === 0) return true;
if (runs.length === 0) return false;
for (run of runs) {
if (run.conclusion !== "skipped") return true;
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Prefix A for adjusting the new created checks into this check suite.
name: A-Label
name: Label

on:
pull_request:
Expand Down

0 comments on commit f7199ce

Please sign in to comment.