Content-Length: 279075 | pFad | http://github.com/ashb/airflow/commit/#start-of-content

6844E316 Revert "Work around change in GH Actions concurrency expression evalu… · ashb/airflow@52f53e5 · GitHub
Skip to content

Commit 52f53e5

Browse files
committed
Revert "Work around change in GH Actions concurrency expression evaluation (apache#20023)"
This reverts commit 42c4684.
1 parent 42c4684 commit 52f53e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ env:
5050
GITHUB_REGISTRY_PUSH_IMAGE_TAG: ${{ github.event.pull_request.head.sha || github.sha }}
5151

5252
concurrency:
53-
group: build-${{ (github.event_name == 'pull_request' && github.event.pull_request.number) || github.ref }}
53+
group: build-${{ github.event.pull_request.number || github.ref }}
5454
cancel-in-progress: true
5555

5656
jobs:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ env:
6969
GITHUB_REGISTRY_WAIT_FOR_IMAGE: ${{ secrets.AIRFLOW_GITHUB_REGISTRY_WAIT_FOR_IMAGE != 'false' }}
7070

7171
concurrency:
72-
group: ci-${{ (github.event_name == 'pull_request' && github.event.pull_request.number) || github.ref }}
72+
group: ci-${{ github.event.pull_request.number || github.ref }}
7373
cancel-in-progress: true
7474

7575
jobs:

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/ashb/airflow/commit/#start-of-content

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy