mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
* change user to ks * update logs * host scanner with fixed version * testing gh actions * testing gh actions * Workflow call testing (#7) * testing gh actions * testing gh actions * remove deps * build multi platforms * workflow_call testing * adding workflow-call-testing branch name * specify URL * adding org name * adding workflows * cleaning from unused branches
17 lines
365 B
YAML
17 lines
365 B
YAML
name: pr-checks
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ master, dev ]
|
|
types: [ edited, opened, synchronize, reopened ]
|
|
paths-ignore:
|
|
# Do not run the pipeline if only Markdown files changed
|
|
- '**.yaml'
|
|
- '**.md'
|
|
jobs:
|
|
test:
|
|
uses: ./.github/workflows/test.yaml
|
|
with:
|
|
release: "v2.0.${{ github.run_number }}"
|
|
client: test
|