From e584268219ed2c648d9c2569e428ce388c89c5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Casaj=C3=BAs?= Date: Thu, 12 May 2022 17:02:03 +0200 Subject: [PATCH] Action refactor: Only run on push and also send to slack the sha of the commit --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae0dae9c..7b729196 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,8 +2,6 @@ name: Run tests & Publish to Docker Registry on: push: - pull_request: - types: [ 'opened' ] jobs: test: @@ -192,7 +190,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "*Tag: ${{ github.ref_name }}*" + "text": "*Tag: ${{ github.ref_name }}* (${{ github.sha }})" } }, {