From b2a86ea9a357bc6215f0c31cde46d56aa318424b Mon Sep 17 00:00:00 2001 From: richardreeve Date: Sun, 21 Jul 2024 15:22:20 +0100 Subject: [PATCH] Fix metadata workflow --- .github/workflows/metadata.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/metadata.yaml b/.github/workflows/metadata.yaml index 381cf602..ffb064e3 100644 --- a/.github/workflows/metadata.yaml +++ b/.github/workflows/metadata.yaml @@ -3,19 +3,20 @@ name: Metadata and hygene on: push: branches: - - dev + - main tags: - 'v*' pull_request: workflow_dispatch: +permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created + actions: write + contents: read + jobs: metadata: name: RSMD - ${{ github.event_name }} timeout-minutes: 60 - permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created - actions: write - contents: read runs-on: ubuntu-latest steps: - name: Checkout code