Skip to content

Commit

Permalink
XXX Try to figure out the step
Browse files Browse the repository at this point in the history
  • Loading branch information
mook-as committed May 14, 2024
1 parent 5b60130 commit b57194d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
- name: Trigger OBS build
if: matrix.platform == 'linux' && github.ref_type == 'branch' && ( startsWith(github.ref_name, 'main') || startsWith(github.ref_name, 'release-') )
run: |
set -x
if [[ -z $AWS_ACCESS_KEY_ID ]] || [[ -z $OBS_WEBHOOK_TOKEN ]]; then
echo "Secrets unavailable, skipping."
exit 0
Expand Down

0 comments on commit b57194d

Please sign in to comment.