From 4a4fee7c4cfc819c334e167ba824232cf72bbd36 Mon Sep 17 00:00:00 2001 From: Mark Cottman-Fields Date: Mon, 1 Jul 2024 15:16:55 +1000 Subject: [PATCH] remove references to removed jobs --- .github/workflows/pages-scheduled.yml | 3 --- .github/workflows/pages.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/pages-scheduled.yml b/.github/workflows/pages-scheduled.yml index ad2dbbe..04288f3 100644 --- a/.github/workflows/pages-scheduled.yml +++ b/.github/workflows/pages-scheduled.yml @@ -22,9 +22,6 @@ jobs: # Build and upload the GitHub Pages artifact. build: runs-on: ubuntu-latest - needs: - - recent-redbox-release - - static-files steps: - name: Checkout uses: actions/checkout@v4.1.7 diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index d3d5e89..5660137 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -28,9 +28,6 @@ jobs: # Build and upload the GitHub Pages artifact. build: runs-on: ubuntu-latest - needs: - - recent-redbox-release - - static-files steps: - name: Checkout uses: actions/checkout@v4.1.7