Skip to content

Commit a0b75b0

Browse files
committed
Bugfix
1 parent cbfe2cf commit a0b75b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-DEV.yml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
push: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || (github.event_name == 'push' && github.repository == 'oxsecurity/megalinter') }}
6060
imageName: megalinter
6161
test:
62+
name: Test
63+
runs-on: ubuntu-latest
6264
strategy:
6365
fail-fast: false
6466
max-parallel: 10

0 commit comments

Comments
 (0)