From df5c12ff3c88232924f5a21dc5a40d01ef4318d0 Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Fri, 10 Jan 2025 13:16:59 +0100 Subject: [PATCH] Update workflow: Remove checking out the repository, that is actually not needed --- .github/workflows/dispatch_opm_simulators.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/dispatch_opm_simulators.yml b/.github/workflows/dispatch_opm_simulators.yml index 7d1332fbc..19945a4ed 100644 --- a/.github/workflows/dispatch_opm_simulators.yml +++ b/.github/workflows/dispatch_opm_simulators.yml @@ -11,9 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Send dispatch to opm-simulators env: PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}