From 28b287f93f9a3472b49eeb6177b002da6af0bf13 Mon Sep 17 00:00:00 2001 From: basilcea <19818425+basilcea@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:44:25 +0200 Subject: [PATCH 1/4] update actions file --- .github/workflows/airflow_actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/airflow_actions.yml b/.github/workflows/airflow_actions.yml index 762a084b..b017f10a 100644 --- a/.github/workflows/airflow_actions.yml +++ b/.github/workflows/airflow_actions.yml @@ -60,6 +60,7 @@ jobs: body: | - Deployment process moved from azure pipelines to github actions - Removed Azure Pipelines.yml file + - Updated Actions File tag: ${{ steps.get_image_tag.outputs.IMAGE_TAG }} name: Airflow_${{ steps.get_image_tag.outputs.IMAGE_TAG }} generateReleaseNotes: true From b4adb69cee62f040400312cdbae09c5d9ae1d2e3 Mon Sep 17 00:00:00 2001 From: basilcea <19818425+basilcea@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:15:28 +0200 Subject: [PATCH 2/4] changed trigger --- .github/workflows/airflow_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/airflow_actions.yml b/.github/workflows/airflow_actions.yml index b017f10a..a7be9a8f 100644 --- a/.github/workflows/airflow_actions.yml +++ b/.github/workflows/airflow_actions.yml @@ -6,7 +6,7 @@ on: - airflow - main - develop - - QA + - release jobs: From 6048daefafb9d1d55b9d9669190a3f873222f813 Mon Sep 17 00:00:00 2001 From: basilcea <19818425+basilcea@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:31:34 +0200 Subject: [PATCH 3/4] changed trigger --- .github/workflows/airflow_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/airflow_actions.yml b/.github/workflows/airflow_actions.yml index a7be9a8f..6c155983 100644 --- a/.github/workflows/airflow_actions.yml +++ b/.github/workflows/airflow_actions.yml @@ -60,7 +60,7 @@ jobs: body: | - Deployment process moved from azure pipelines to github actions - Removed Azure Pipelines.yml file - - Updated Actions File + - Updated Actions Files tag: ${{ steps.get_image_tag.outputs.IMAGE_TAG }} name: Airflow_${{ steps.get_image_tag.outputs.IMAGE_TAG }} generateReleaseNotes: true From 012b13fe43fb2a4ed8c23fdb84035b1383be6f88 Mon Sep 17 00:00:00 2001 From: basilcea <19818425+basilcea@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:19:57 +0200 Subject: [PATCH 4/4] update workflow --- .github/workflows/airflow_actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/airflow_actions.yml b/.github/workflows/airflow_actions.yml index 6c155983..64cd6d01 100644 --- a/.github/workflows/airflow_actions.yml +++ b/.github/workflows/airflow_actions.yml @@ -6,7 +6,7 @@ on: - airflow - main - develop - - release + - releases/airflow jobs: @@ -53,6 +53,7 @@ jobs: path: ${{ github.workspace }}/releases/airflow - name: Create release + if: startsWith(github.ref, 'refs/heads/release/') uses: ncipollo/release-action@v1 with: # artifactErrorsFailBuild: true