From 3a1dc38b48ceadff203576ddcbe1906e313aba64 Mon Sep 17 00:00:00 2001 From: Maksym Polinka Date: Fri, 8 Mar 2024 12:46:53 -0800 Subject: [PATCH] Update get-originaltime.yml --- .github/workflows/get-originaltime.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/get-originaltime.yml b/.github/workflows/get-originaltime.yml index 949d86fde..bf965f960 100644 --- a/.github/workflows/get-originaltime.yml +++ b/.github/workflows/get-originaltime.yml @@ -13,7 +13,6 @@ jobs: uses: actions/checkout@v2 - name: Test print - if: contains(github.event.issue.labels.*.name, 'originaltime-') run: | for label in "${{ github.event.issue.labels.*.name }}"; do if [[ "$label" == "originaltime-"* ]]; then