Skip to content

Commit

Permalink
sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Nov 13, 2024
1 parent 029b5c7 commit 867e35c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ jobs:
name: Get Runner Labels
uses: ./.github/workflows/get-runner-labels.yml

sleep:
name: Test Linux
needs: [get-runner-labels, check-changed]
runs-on: ${{ fromJSON(needs.get-runner-labels.outputs.WINDOWS_RUNNER_LABELS) }}
steps:
- name: Sleep
shell: bash
run: |
sleep 99999999999
check-changed:
runs-on: ubuntu-latest
name: Check Source Changed
Expand Down

0 comments on commit 867e35c

Please sign in to comment.