Skip to content

[PATCH] Apply workflow_security_rollout patch (#266) #537

[PATCH] Apply workflow_security_rollout patch (#266)

[PATCH] Apply workflow_security_rollout patch (#266) #537

name: "IntegrationTest"
on:
push:
branches:
- "main"
tags: "*"
pull_request:
types:
- "opened"
- "synchronize"
- "reopened"
- "ready_for_review"
- "converted_to_draft"
permissions:
actions: "read"
contents: "read"
jobs:
integration-test:
name: "IntegrationTest"
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@v2"
secrets: "inherit"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
pkgs: |
[
"FusionTensors",
"GradedArrays",
"KroneckerArrays"
]