Skip to content

KUBE-439: run e2e tests only on ready-to-review PRs (#157) #1393

KUBE-439: run e2e tests only on ready-to-review PRs (#157)

KUBE-439: run e2e tests only on ready-to-review PRs (#157) #1393

Workflow file for this run

name: FOSSA
on:
push:
branches:
- main
schedule:
- cron: "0 */12 * * *"
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: fossas/fossa-action@v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}