Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pchaos committed Apr 8, 2024
1 parent 2729d14 commit a280360
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/xray-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "xray release"
run-name: "xray release"
run-name: "release xray"
on:
push:
paths:
Expand All @@ -26,8 +26,7 @@ on:
jobs:
test:
# runs-on: [self-hosted, "${{ inputs.chosen-os }}"]
# runs-on: ubuntu-latest
runs-on: "${{ github.event.inputs.chosen-os }}"
runs-on: ubuntu-latest

steps:
- run: echo Hello xray world!
Expand Down

0 comments on commit a280360

Please sign in to comment.