diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 3a9733d007df1f5..33d546d3b9c8b39 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -27,7 +27,6 @@ concurrency: # Cancel intermediate builds: only pull request builds group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} -env: jobs: AutoMerge: diff --git a/.github/workflows/registry-consistency-ci.yml b/.github/workflows/registry-consistency-ci.yml index e9d9b5f0d4902b8..e434087944a1db0 100644 --- a/.github/workflows/registry-consistency-ci.yml +++ b/.github/workflows/registry-consistency-ci.yml @@ -20,7 +20,6 @@ concurrency: # Cancel intermediate builds: only pull request builds group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} -env: jobs: check: