Skip to content

Commit

Permalink
test change 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Sosnowski committed Apr 15, 2024
1 parent f79f0db commit 87ec37f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Trigger

on:
pull_request:
push:

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

jobs:
p80m57both:
name: 'Php-8.0-Mysql-5.7'
uses: ./.github/workflows/development.yml
secrets: inherit
with:
php: '8.0'
mysql: '5.7.37'
report_sonarcloud: true

0 comments on commit 87ec37f

Please sign in to comment.