Skip to content

Commit

Permalink
Merge pull request #806 from aquarist-labs/debug/workflows
Browse files Browse the repository at this point in the history
debug workflows: sleep
  • Loading branch information
m-ildefons authored Nov 20, 2023
2 parents e73f70d + 2b73853 commit 6bcddc6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/sleep.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Debug
on:
- workflow_dispatch

jobs:
lint:
runs-on: self-hosted
steps:

- name: Sleep
run: |
sleep 1d

0 comments on commit 6bcddc6

Please sign in to comment.