Skip to content

Commit

Permalink
Revert "[5.x] Add workflow names (#122)" (#127)
Browse files Browse the repository at this point in the history
This reverts commit 93635fc.
  • Loading branch information
shinsenter authored Aug 21, 2024
1 parent 05db1f7 commit 09ed59e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/template-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ on:

jobs:
maintained:
name: Maintained ${{ inputs.app_name }} ${{ inputs.server }}
uses: ./.github/workflows/template-common.yml
secrets: inherit
strategy:
Expand All @@ -51,7 +50,6 @@ jobs:

outdated:
if: ${{ inputs.build_all }}
name: Outdated ${{ inputs.app_name }} ${{ inputs.server }}
uses: ./.github/workflows/template-common.yml
secrets: inherit
strategy:
Expand Down

0 comments on commit 09ed59e

Please sign in to comment.