Skip to content

Commit

Permalink
Test Warpbuild custom runner
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Aug 23, 2024
1 parent 73e2bd2 commit 271e3f2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/warp-custom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Custom Warp test

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
merge_group:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
run:
runs-on: warp-custom-test-1
steps:
- uses: actions/checkout@v4
- run: |
echo "I'm a custom Warpbuild runner"

0 comments on commit 271e3f2

Please sign in to comment.