Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanschmidt committed Oct 1, 2024
1 parent eb8e487 commit 62e6c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
jobs:
print_hello:
name: "Print Hello"
runs-on: [self-hosted, linux.2xlarge]
runs-on: linux.2xlarge
env:
REF_TYPE: ${{ github.ref_type }}
LIMIT: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha}}
Expand Down

0 comments on commit 62e6c4f

Please sign in to comment.