We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b637421 commit b89a7e8Copy full SHA for b89a7e8
.github/workflows/test.yml
@@ -73,6 +73,9 @@ jobs:
73
picotool info -a flash_nuke.uf2
74
75
test-examples:
76
+ # Prevent running twice for PRs from same repo
77
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
78
+ name: Test Build Examples
79
runs-on: ubuntu-latest
80
steps:
81
- name: Checkout
0 commit comments