Skip to content

chore(deps): update artifactory support dependencies #424

chore(deps): update artifactory support dependencies

chore(deps): update artifactory support dependencies #424

name: Setup
# This workflow is triggered on pull requests to the main branch.
on:
pull_request:
paths:
- ".github/**"
- "bundle/**"
- "values/**"
- "tasks/**"
- "tests/**"
- "tasks.yaml"
- "zarf.yaml"
# Permissions for the GITHUB_TOKEN used by the workflow.
permissions:
id-token: write # Needed for OIDC-related operations.
contents: read # Allows reading the content of the repository.
pull-requests: read # Allows reading pull request metadata.
# Default settings for all run commands in the workflow jobs.
defaults:
run:
shell: bash -e -o pipefail {0} # Ensures that scripts fail on error and pipefail is set.
jobs:
run-test:
name: Test
uses: ./.github/workflows/test.yaml

Check failure on line 29 in .github/workflows/pull-request-conditionals.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request-conditionals.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request-conditionals.yaml" -> "./.github/workflows/test.yaml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets: inherit