Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 4, 2024
1 parent ff6389c commit d70e1a4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,8 @@ jobs:
name: Deploy
needs: [build]
runs-on: ubuntu-24.04
timeout-minutes: 15
environment:
name: dev
timeout-minutes: 15
environment: dev
steps:
- name: Deploys
uses: bcgov-nr/[email protected]
Expand Down Expand Up @@ -143,8 +142,7 @@ jobs:
postman:
name: Smoke Test
needs: [deploy]
environment:
name: dev
environment: dev
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit d70e1a4

Please sign in to comment.