Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wiz validation #3251

Closed
wants to merge 10 commits into from
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ env:

jobs:
build-and-test:
runs-on: ubuntu-20.04
timeout-minutes: 15
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: listendev/[email protected]
with:
jwt: ${{ secrets.LSTN_API_KEY }}
ci: only

- name: Set CPU Architecture
shell: bash
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
fetch-depth: 0

- uses: listendev/[email protected]
with:
jwt: ${{ secrets.LSTN_API_KEY }}
ci: only

- name: Set Version from the release title.
if: github.event_name == 'workflow_dispatch'
run: |
Expand Down
Loading