Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

fix: remove hardcoded architecture in zarf yamls #22

fix: remove hardcoded architecture in zarf yamls

fix: remove hardcoded architecture in zarf yamls #22

name: Conditionals
# This workflow is triggered on pull requests to the main branch.
on:
pull_request:
paths:
- "**"
# 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
secrets: inherit