Skip to content

Commit

Permalink
Revert HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Nov 21, 2023
1 parent 948d08e commit 35c9cf6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/PullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
jobs:
build:
name: Build
uses: ./.github/recipes/Build.yml
uses: ./.github/workflows/Build.yml

test:
name: Test
needs: build
uses: ./.github/recipes/Test.yml
uses: ./.github/workflows/Test.yml

qa:
name: QA
needs: build
uses: ./.github/recipes/QA.yml
uses: ./.github/workflows/QA.yml

report-pr-status:
name: Report PR Status
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ env:
jobs:
build:
name: Build
uses: ./.github/recipes/Build.yml
uses: ./.github/workflows/Build.yml

test:
name: Test
needs: build
uses: ./.github/recipes/Test.yml
uses: ./.github/workflows/Test.yml

docker:
name: Docker
needs: test
uses: ./.github/recipes/DockerPublish.yml
uses: ./.github/workflows/DockerPublish.yml
File renamed without changes.

0 comments on commit 35c9cf6

Please sign in to comment.