Skip to content

Commit

Permalink
ci: Use example from gh ui
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth committed Oct 5, 2023
1 parent 414e1e6 commit f021a56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: ['*']
branches: [ '*' ]
pull_request:
workflow_dispatch:

Expand All @@ -22,8 +22,8 @@ jobs:

create-release:
needs:
- check-conventional-commits
- lint-pipeline
- check-conventional-commits
- lint-pipeline
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected]
permissions:
Expand All @@ -32,8 +32,8 @@ jobs:
download-artifacts: true

demo:
runs-on: [self-hosted, Linux, X64]
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- run: echo "Hello world"
- uses: actions/checkout@v4
- run: echo "Hello world"

0 comments on commit f021a56

Please sign in to comment.