Skip to content

Commit

Permalink
Test autoscale
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet authored Oct 1, 2024
1 parent 066a3cb commit eb8e487
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Print Hello
on:
pull_request:
jobs:
print_hello:
name: "Print Hello"
runs-on: [self-hosted, 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}}
steps:
- name: Print Hello
run: |
echo "Hello World"

0 comments on commit eb8e487

Please sign in to comment.