Skip to content

Commit 95a86ec

Browse files
authored
Fix CI error when building external fork non-push builds (#6878)
1 parent 55358da commit 95a86ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ jobs:
501501
repository: FuelLabs/sway-performance-data
502502
path: performance-data
503503
- name: Get GitHub app token
504+
if: github.event_name == 'push'
504505
uses: actions/create-github-app-token@v1
505506
id: app-token
506507
with:

0 commit comments

Comments
 (0)