If the PR is from an external repo, the action won't run without approval. right now we can't run the actions on external PRs.
@@ -1,4 +1,7 @@
-on: [ push ]
+on:
+ pull_request:
+ push:
+ workflow_dispatch:
jobs:
build_ubuntu:
@@ -1,4 +1,5 @@
on:
push:
workflow_dispatch: