Skip to content

Commit

Permalink
test: don't run browser workflow for pull_request event
Browse files Browse the repository at this point in the history
Since github workflows triggered from pull requests from forked repos
cannot access the secrets (e.g. Browserstack credentials) it doesn't
make sense to run these checks on the pull request event.
  • Loading branch information
ctavan committed Feb 25, 2020
1 parent 06e43af commit 412a6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Browser

on: [push, pull_request]
on: [push]

jobs:
ci:
Expand Down

0 comments on commit 412a6ae

Please sign in to comment.