From 30775dafc526b1f5682256290d497447fa539305 Mon Sep 17 00:00:00 2001 From: Jakob Fritz <j.fritz@fz-juelich.de> Date: Tue, 30 Jul 2024 09:57:15 +0200 Subject: [PATCH] Bumped to new version of github2lab that now allows to rerun a GitHub-Action and triggers a rerun of the Gitlab-CI. It now also properly triggers a enw Gitlab-CI when running a scheduled Github-Workflow --- .github/workflows/gitlab_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitlab_ci.yml b/.github/workflows/gitlab_ci.yml index e8f8e4462..bc98ee442 100644 --- a/.github/workflows/gitlab_ci.yml +++ b/.github/workflows/gitlab_ci.yml @@ -106,7 +106,7 @@ jobs: echo "Merge the two parts of the Merge-Request to test the resulting version" git merge "${{ github.event.pull_request.head.sha }}" - name: Mirror and wait for Gitlab-CI - uses: jakob-fritz/github2lab_action@v0.7 + uses: jakob-fritz/github2lab_action@v0.8 env: MODE: 'all' # Either 'mirror', 'get_status', 'get_artifact', or 'all' GITLAB_TOKEN: ${{ secrets.GITLAB_SECRET }} -- GitLab