Skip to content

Remove scheduled vulnerability scan #83

Remove scheduled vulnerability scan

Remove scheduled vulnerability scan #83

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/test.yml
pull-request:
needs: build
name: Pull request success
runs-on: ubuntu-latest
steps:
- run: true