diff --git a/.github/workflows/get_figma_images.yml b/.github/workflows/get_figma_images.yml index 63b055a7e..cb00afbd6 100644 --- a/.github/workflows/get_figma_images.yml +++ b/.github/workflows/get_figma_images.yml @@ -43,6 +43,6 @@ jobs: with: commit_message: github-actions[bot] Update figma images - uses: actions-ecosystem/action-remove-labels@v1 - if: always() + if: contains(github.event.pull_request.labels.*.name, 'update figma images') with: - labels: 'update figma images' \ No newline at end of file + labels: 'update figma images' diff --git a/figmaImageNodeUrls.json b/figmaImageNodeUrls.json new file mode 100644 index 000000000..fe51488c7 --- /dev/null +++ b/figmaImageNodeUrls.json @@ -0,0 +1 @@ +[]