Skip to content

fix(ci): Only build container on PRs #13

fix(ci): Only build container on PRs

fix(ci): Only build container on PRs #13

Workflow file for this run

name: "Test Self Action"
on:
push:
branches: [ main ]
env:
EXTRACTOR_REPOSITORY: advanced-security/codeql-extractor-iac
jobs:
action-test:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Run the action"
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
extractor: ${{ env.EXTRACTOR_REPOSITORY }}