Skip to content

Commit 8545eac

Browse files
committed
Revert for test
1 parent 7ea9a5b commit 8545eac

2 files changed

Lines changed: 3 additions & 13 deletions

File tree

.github/workflows/deploy.production.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,11 @@ permissions:
1919

2020
jobs:
2121
dependency-review:
22-
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
2322
runs-on: ubuntu-latest
2423
steps:
2524
- name: Dependency Review
2625
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
27-
with:
28-
base-ref: ${{ github.event.pull_request.base.sha || github.event.merge_group.base_sha || 'main' }}
29-
head-ref: ${{ github.event.pull_request.head.sha || github.event.merge_group.head_sha || github.ref }}
30-
26+
3127
build-and-publish-workers:
3228
runs-on: ubuntu-latest
3329
steps:
@@ -299,4 +295,4 @@ jobs:
299295
with:
300296
app-name: ${{ vars.AIRFLOW_SCHEDULER_NAME }}
301297
publish-profile: ${{ secrets.AIRFLOW_SCHEDULER_PUBLISH_PROFILE }}
302-
images: ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/airflow-scheduler:${{ github.sha }}
298+
images: ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/airflow-scheduler:${{ github.sha }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request:
8-
merge_group:
97
workflow_dispatch:
108

119
env:
@@ -23,14 +21,10 @@ permissions:
2321

2422
jobs:
2523
dependency-review:
26-
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
2724
runs-on: ubuntu-latest
2825
steps:
2926
- name: Dependency Review
3027
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
31-
with:
32-
base-ref: ${{ github.event.pull_request.base.sha || github.event.merge_group.base_sha || 'main' }}
33-
head-ref: ${{ github.event.pull_request.head.sha || github.event.merge_group.head_sha || github.ref }}
3428

3529
build-and-publish-workers:
3630
runs-on: ubuntu-latest
@@ -401,4 +395,4 @@ jobs:
401395
with:
402396
app-name: ${{ vars.AZURE_WEBAPP_NEXT_NAME }}
403397
publish-profile: ${{ secrets.AZURE_WEBAPP_NEXT_PUBLISH_PROFILE }}
404-
package: ${{ github.workspace }}/frontendwebapp
398+
package: ${{ github.workspace }}/frontendwebapp

0 commit comments

Comments
 (0)