Skip to content

Commit ffff651

Browse files
committed
Add skip job type check for Periphery
1 parent 75c27e7 commit ffff651

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/commands/run-periphery.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash -eu
22

3+
if .buildkite/commands/should-skip-job.sh --job-type validation; then
4+
exit 0
5+
fi
6+
37
### Prepare
48

59
echo '--- 📦 Downloading Build Artifacts'

0 commit comments

Comments
 (0)