mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 18:15:28 +00:00
ci(compability-check): use single runner & goreleaser test (#6034)
Signed-off-by: Dwi Siswanto <git@dw1.io>
This commit is contained in:
parent
1a354cb654
commit
b8830af24b
8
.github/workflows/compability-check.yaml
vendored
8
.github/workflows/compability-check.yaml
vendored
@ -9,12 +9,9 @@ on:
|
||||
jobs:
|
||||
check:
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: projectdiscovery/actions/setup/git@v1
|
||||
@ -27,4 +24,5 @@ jobs:
|
||||
git add go.{mod,sum}
|
||||
git commit -m "chore(deps): go mod tidy"
|
||||
git push origin $GITHUB_REF
|
||||
}
|
||||
}
|
||||
- uses: projectdiscovery/actions/goreleaser@v1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user