chore(deps): update scylladb/github-automation digest to 2e31894 #6946
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test Hydra on MacOS | |
| on: | |
| pull_request_target: | |
| types: [labeled] | |
| jobs: | |
| test: | |
| if: contains(github.event.pull_request.labels.*.name, 'test-macos') | |
| permissions: | |
| contents: read | |
| runs-on: macos-26-intel | |
| env: | |
| AWS_ACCESS_KEY_ID: ${{ secrets.QA_USER_AWS_ACCESS_KEY_ID }} | |
| AWS_SECRET_ACCESS_KEY: ${{ secrets.QA_USER_AWS_SECRET_ACCESS_KEY }} | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | |
| - name: Setup Docker | |
| uses: douglascamata/setup-docker-macos-action@d5ccc6aae0ce23e7700154f5e63cc53e6433ac48 # v1.1.0 | |
| - name: Run Hydra | |
| run: bash -x ./docker/env/hydra.sh list-images |