Skip to content

Commit

Permalink
rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp authored Nov 6, 2024
1 parent b35a783 commit 934a1ca
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check for integration result
name: Check for integration result comment

on:
issue_comment:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
# note: this workflow always passes, it does not fail when integration tests are failing
check-for-integration-result:
check-for-integration-result-comment:
if: github.event.issue.pull_request
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
// remove outdated labels
await github.rest.issues.removeLabel({ ...issue, name });
}
});
});

0 comments on commit 934a1ca

Please sign in to comment.