From 4213bdcffda71313676cc94045b2d2428978bea1 Mon Sep 17 00:00:00 2001 From: Chris Fenner Date: Tue, 10 Sep 2024 16:13:20 +0000 Subject: [PATCH] move it back to the workflows dir --- .github/workflows/render-samples.yml | 2 +- workflow.yml => .github/workflows/render.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename workflow.yml => .github/workflows/render.yml (100%) diff --git a/.github/workflows/render-samples.yml b/.github/workflows/render-samples.yml index 4356fc4..8245cee 100644 --- a/.github/workflows/render-samples.yml +++ b/.github/workflows/render-samples.yml @@ -45,7 +45,7 @@ jobs: # Use the fresh container to render the samples. render-samples: needs: build-container - uses: ./workflow.yml + uses: ./.github/workflows/render.yml with: container: ghcr.io/trustedcomputinggroup/pandoc_test container-version: latest diff --git a/workflow.yml b/.github/workflows/render.yml similarity index 100% rename from workflow.yml rename to .github/workflows/render.yml