Skip to content

Commit

Permalink
Feature/full workflow (spring-projects#14)
Browse files Browse the repository at this point in the history
* Changed workflow definition to use full workflow

* Changed to point to feature branch for testing

* Renamed job to full

* Moved branch definition back to main
  • Loading branch information
jthompkins authored Jul 18, 2022
1 parent 8c29fea commit c5ef64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ permissions:
pull-requests: write

jobs:
minimal:
uses: ploigos/ploigos-github-workflows/.github/workflows/minimal.yaml@main
full:
uses: ploigos/ploigos-github-workflows/.github/workflows/full.yaml@main
secrets: inherit

0 comments on commit c5ef64b

Please sign in to comment.