Skip to content

Commit

Permalink
Switch back to unique cache entries with full integ-test
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Apr 12, 2024
1 parent 6e48e8e commit 0261d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
runner-os: ${{ steps.determine-suite.outputs.suite == 'quick' && '["ubuntu-latest"]' || '["ubuntu-latest", "windows-latest", "macos-latest"]' }}
cache-key-prefix: '0' # ${{ steps.determine-suite.outputs.suite == 'quick' && '0' || github.run_number }}
cache-key-prefix: ${{ steps.determine-suite.outputs.suite == 'quick' && '0' || github.run_number }}
steps:
- name: Determine suite to run
id: determine-suite
Expand All @@ -33,7 +33,7 @@ jobs:
# Run full suite for push trigger with "[bot] Update dist directory" commit message
if [ "${{ github.event.head_commit.message }}" == "[bot] Update dist directory" ]; then
echo "Push to main branch: suite=full"
echo "Bot commit to main branch: suite=full"
echo "suite=full" >> "$GITHUB_OUTPUT"
exit 0
fi
Expand Down

0 comments on commit 0261d93

Please sign in to comment.