Skip to content

Commit 395ab79

Browse files
Merge pull request #43 from Workiva/fw-168
FW-168 Only run skynet on releases
2 parents 59ae4ff + a9d4e24 commit 395ab79

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

skynet.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
name: verify-github-actions
22
description: Verify that the github actions run passed, this is needed to make pipelines pass without manual intervention
33
contact: 'Frontend Frameworks Architecture / #support-frontend-architecture'
4-
image: drydock.workiva.net/workiva/skynet-images:3693290 # Uses the image from this branch: https://github.com/Workiva/skynet-images/pull/127
4+
image: drydock.workiva.net/workiva/skynet-images:3708893 # Uses the image from this branch: https://github.com/Workiva/skynet-images/pull/127
55
size: small
66
timeout: 600
77

8+
run:
9+
on-pull-request: false
10+
on-promotion: true
11+
when-modified-file-name-is:
12+
- skynet.yaml
13+
814
env:
915
# encrypted github token used for requests to api.github.com
1016
- secure: dnIrN6NR/QVFWqgHu98at/vrwT07wNoneulr+5rY4jdWVKmToyB5HYQplmxJC3M6Ju9fao4ZnnuXMRWHU4bBtR8Lkm0=

0 commit comments

Comments
 (0)