From f8344549cd1f8be3498be8727d8e242b2ead7a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Wed, 29 Nov 2023 14:01:46 +0100 Subject: [PATCH] Update check_application_document.yml Change order of steps --- .github/workflows/check_application_document.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check_application_document.yml b/.github/workflows/check_application_document.yml index 45883ee7678..2ca19a425ed 100644 --- a/.github/workflows/check_application_document.yml +++ b/.github/workflows/check_application_document.yml @@ -25,6 +25,10 @@ jobs: if: needs.get_filename.outputs.filename runs-on: ubuntu-latest steps: + - name: add admin-review label + uses: actions-ecosystem/action-add-labels@v1 + with: + labels: admin-review - name: Checkout uses: actions/checkout@v2 - name: Parse application file @@ -32,7 +36,3 @@ jobs: uses: w3f/parse-grant-application-action@master with: path: "${{ github.workspace }}/${{ needs.get_filename.outputs.filename }}" - - name: add admin-review label - uses: actions-ecosystem/action-add-labels@v1 - with: - labels: admin-review