Update workflow: Remove checking out the repository, that is actually not needed

This commit is contained in:
Lisa Julia Nebel 2025-01-10 13:16:59 +01:00
parent b7f0556b60
commit df5c12ff3c

View File

@ -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 }}