Skip to content

Commit

Permalink
ci: harden label based browser runner
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jul 15, 2024
1 parent 8d0ca3e commit 95772ef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/browser-test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Browser Tests for forked PRs
'on':
pull_request_target:

on:
pull_request:
types:
- labeled

permissions:
contents: read
pull-requests: write

jobs:
test-browser:
# TODO: configure to retain build artifacts in `.karma/` dir
Expand Down

0 comments on commit 95772ef

Please sign in to comment.