Skip to content

Commit

Permalink
Make GitHub workflow files prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-nu committed Mar 25, 2022
1 parent 84bcc37 commit 4a7caa3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ on:
- master
jobs:
test:
uses: ./.github/workflows/test-and-lint.yml
uses: ./.github/workflows/job--test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
- master
jobs:
test:
uses: ./.github/workflows/test-and-lint.yml
uses: ./.github/workflows/job--test-and-lint.yml

build-container:
uses: ./.github/workflows/build-and-tag-container.yml
build:
uses: ./.github/workflows/job--build-and-tag.yml
needs: test
with:
TAG: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
- '*'
jobs:
test:
uses: ./.github/workflows/test-and-lint.yml
uses: ./.github/workflows/job--test-and-lint.yml

build-container:
uses: ./.github/workflows/build-and-tag-container.yml
build:
uses: ./.github/workflows/job--build-and-tag.yml
needs: test
with:
TAG: ${GITHUB_REF/refs\/tags\//}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4a7caa3

Please sign in to comment.