Skip to content

Commit

Permalink
Adjust SKIP_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Oct 11, 2023
1 parent 724ada5 commit cb6d503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
BRANCH: ${{ github.ref_name }}
SOURCE_REPOSITORY_URL: "https://github.com/${{ github.repository }}"
INSPECT_JOB_URL: "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
SKIP_BUILD_ENV: "$SKIP_BUILD"
SKIP_BUILD_ENV: ${{ vars.SKIP_BUILD }}

BUILD_ICON_URL: https://cdn-icons-png.flaticon.com/128/5110/5110294.png
SUCCESS_ICON_URL: https://cdn-icons-png.flaticon.com/128/1356/1356479.png
Expand Down

0 comments on commit cb6d503

Please sign in to comment.