diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b45d84227..6ce68ba1d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2023-11-20T10:44:06Z by kres latest. +# Generated on 2023-12-13T17:13:50Z by kres latest. name: default concurrency: @@ -33,7 +33,7 @@ jobs: labels: ${{ steps.retrieve-pr-labels.outputs.result }} services: buildkitd: - image: moby/buildkit:v0.12.3 + image: moby/buildkit:v0.12.4 options: --privileged ports: - 1234:1234 @@ -77,11 +77,12 @@ jobs: make nonfree PUSH=true - name: Retrieve PR labels id: retrieve-pr-labels - if: github.event_name == 'pull_request' && always() uses: actions/github-script@v6 with: retries: "3" script: | + if (context.eventName != "pull_request") { return "[]" } + const resp = await github.rest.issues.get({ issue_number: context.issue.number, owner: context.repo.owner, @@ -108,7 +109,7 @@ jobs: - default services: buildkitd: - image: moby/buildkit:v0.12.3 + image: moby/buildkit:v0.12.4 options: --privileged ports: - 1234:1234 diff --git a/.github/workflows/weekly.yaml b/.github/workflows/weekly.yaml index 69170c86d..c99585fee 100644 --- a/.github/workflows/weekly.yaml +++ b/.github/workflows/weekly.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2023-11-08T10:54:12Z by kres latest. +# Generated on 2023-12-13T17:13:50Z by kres latest. name: weekly concurrency: @@ -16,7 +16,7 @@ jobs: - pkgs services: buildkitd: - image: moby/buildkit:v0.12.3 + image: moby/buildkit:v0.12.4 options: --privileged ports: - 1234:1234