Try again

This commit is contained in:
daz 2024-04-10 15:05:19 -06:00
parent f863aac216
commit 23701fa0c0
No known key found for this signature in database

View File

@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
suite: ${{ steps.determine-suite.outputs.result }} suite: ${{ steps.determine-suite.outputs.result }}
runner-os: ${{ steps.determine-suite.outputs.result == 'quick' && '["ubuntu-latest"]' || '["ubuntu-latest", "windows-latest", "macos-latest"]' }} runner-os: ${{ steps.determine-suite.outputs.result == "quick" && '["ubuntu-latest"]' || '["ubuntu-latest", "windows-latest", "macos-latest"]' }}
cache-key-prefix: ${{ steps.determine-suite.outputs.result == 'quick' && '0' || github.run_number }} cache-key-prefix: ${{ steps.determine-suite.outputs.result == "quick" && '0' || github.run_number }}
steps: steps:
- name: Get current PR details - name: Get current PR details
uses: 8BitJonny/gh-get-current-pr@3.0.0 uses: 8BitJonny/gh-get-current-pr@3.0.0