Skip to content

Commit

Permalink
OXDEV-8234 Used consistent workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatHameed committed May 15, 2024
1 parent abadd4d commit 7485471
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Development
name: Manual trigger

on:
workflow_call:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Schedule for module template actions
name: Scheduled weekly runs

on:
schedule:
Expand All @@ -7,7 +7,7 @@ on:
jobs:
p80m57both:
name: 'Php-8.0-Mysql-5.7'
uses: ./.github/workflows/development.yml
uses: ./.github/workflows/dispatch_module.yaml
secrets: inherit
with:
php: '8.0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Trigger
name: Auto trigger on push or pull requests

on:
pull_request:
Expand All @@ -7,15 +7,15 @@ on:
jobs:
p80m57both:
name: 'Php-8.0-Mysql-5.7'
uses: ./.github/workflows/development.yml
uses: ./.github/workflows/dispatch_module.yaml
secrets: inherit
with:
php: '8.0'
mysql: '5.7.37'

p81m80both:
name: 'Php-8.1-Mysql-8.0'
uses: ./.github/workflows/development.yml
uses: ./.github/workflows/dispatch_module.yaml
secrets: inherit
with:
php: '8.1'
Expand Down

0 comments on commit 7485471

Please sign in to comment.