We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfe2cf commit a0b75b0Copy full SHA for a0b75b0
.github/workflows/deploy-DEV.yml
@@ -59,6 +59,8 @@ jobs:
59
push: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || (github.event_name == 'push' && github.repository == 'oxsecurity/megalinter') }}
60
imageName: megalinter
61
test:
62
+ name: Test
63
+ runs-on: ubuntu-latest
64
strategy:
65
fail-fast: false
66
max-parallel: 10
0 commit comments