Prevent the shop from breaking on misconfiguration or if the amazon s… #81
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger | |
on: | |
pull_request: | |
push: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
php73oxid63: | |
name: 'PHP-7.3-OXID-6.3' | |
uses: ./.github/workflows/development.yml | |
secrets: inherit | |
with: | |
php: '7.3' | |
oxid: '6.3' |