Skip to content

Commit

Permalink
Trigger self-hosted runner on operator workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Jun 28, 2023
1 parent 0232992 commit 1643b45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: hello-world

on:
pull_request:
# pull_request:

jobs:
disk-io:
runs-on: [self-hosted, manual-runner]
steps:
- run: touch test && dd if=/dev/zero of=test bs=1M count=8192
- run: touch test && dd if=/dev/zero of=test bs=1M count=8192 || echo "Failed successfully"
2 changes: 1 addition & 1 deletion .github/workflows/manual_test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Manual test

on:
pull_request:
# pull_request:
workflow_call:
workflow_dispatch:

Expand Down

0 comments on commit 1643b45

Please sign in to comment.