This commit is contained in:
daz 2024-04-10 15:01:21 -06:00
parent 6d4e30bf9c
commit 7b35741275
No known key found for this signature in database

View File

@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
outputs:
suite: ${{ steps.determine-suite.outputs.result }}
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 }}
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 }}
steps:
- name: Testscript
uses: actions/github-script@v7