Skip to content

Commit

Permalink
chore: add label for running e2e on PRs (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaus67 authored May 3, 2024
1 parent 80a1d30 commit 1751806
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: E2E

on:
pull_request:
push:
branches:
- main
Expand All @@ -9,6 +10,7 @@ on:

jobs:
e2e:
if: contains(github.event.pull_request.labels.*.name, 'e2e') || github.ref == 'refs/heads/main'
name: E2E
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 1751806

Please sign in to comment.