Skip to content

Commit

Permalink
Update dismiss
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Sep 13, 2024
1 parent 8f9cfad commit 21a648b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
owner,
repo,
ref: sha,
check_name: 'Test E2E'
check_name: 'Build, Test'
});
for (const checkRun of checkRuns.data.check_runs) {
Expand Down Expand Up @@ -299,9 +299,7 @@ jobs:
name: "Test E2E Success"
runs-on: ubuntu-latest
needs: [test-e2e]
if: |
always() &&
(github.event_name != 'pull_request_review' || github.event.review.state == 'approved')
if: (github.event_name != 'pull_request_review' || github.event.review.state == 'approved')
steps:
- name: Update E2E check run
uses: actions/github-script@v6
Expand All @@ -317,7 +315,7 @@ jobs:
owner,
repo,
head_sha: sha,
name: 'Test E2E',
name: 'Build, Test',
status: 'completed',
conclusion: conclusion,
output: {
Expand Down

0 comments on commit 21a648b

Please sign in to comment.