Skip to content

Commit

Permalink
Update NewActionWorkflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Waterclone committed Aug 30, 2023
1 parent 79c695b commit 491a625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NewActionWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
build:
runs-on: unbuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -37,7 +37,7 @@ jobs:
path: .

deploy-to-test:
runs-on: unbuntu-latest
runs-on: ubuntu-latest
needs: build
if: github.event_name == 'pull_request' && github.base_ref == 'refs/heads/develop'
environment:
Expand Down

0 comments on commit 491a625

Please sign in to comment.