File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,15 +19,11 @@ permissions:
1919
2020jobs :
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 }}
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7- pull_request :
8- merge_group :
97 workflow_dispatch :
108
119env :
@@ -23,14 +21,10 @@ permissions:
2321
2422jobs :
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
You can’t perform that action at this time.
0 commit comments