Skip to content

Commit

Permalink
chore: simplify naming
Browse files Browse the repository at this point in the history
  • Loading branch information
gunar committed Feb 28, 2023
1 parent f65876a commit 9da0fb6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build_react:
name: Build React App
name: Build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
working-directory: ${{ env.EDITOR_DIRECTORY }}

build_react_app:
name: Build React App
name: React App
needs: [changes]
if: "${{ !contains(needs.changes.outputs.commit, '[skip pizza]') }}"
uses: ./.github/workflows/build-react.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
build_react:
name: Build React App
name: React App
needs: [changes]
uses: ./.github/workflows/build-react.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
build_react:
name: Build React App
name: React App
needs: [changes]
uses: ./.github/workflows/build-react.yml
with:
Expand Down

0 comments on commit 9da0fb6

Please sign in to comment.