Skip to content

Commit

Permalink
chore: debug runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc committed Dec 19, 2023
1 parent a8c1f04 commit 099f22d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci-debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Debug CI runner

on:
push:

jobs:
debug:
timeout-minutes: 5
runs-on: arm-runner
steps:
- name: Run checks
run: |
printenv
uname -a

0 comments on commit 099f22d

Please sign in to comment.