Skip to content

Commit

Permalink
Only run setup-swift for debug artifact if on nightly-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
angelapwen committed May 23, 2023
1 parent 27af7f7 commit 4418543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/debug-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
debug-artifact-name: my-debug-artifacts
debug-database-name: my-db
- uses: ./../action/.github/actions/setup-swift
if: matrix.version == 'nightly-latest'
with:
codeql-path: ${{ steps.init.outputs.codeql-path }}
- name: Build code
Expand Down

0 comments on commit 4418543

Please sign in to comment.