From 322cd5c09a0e4b2c8b9ac783996b354675c58c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Sladojevi=C4=87?= <60047953+dusanslad@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:51:49 +0100 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index ccdcbce..15caf7c 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -1,16 +1,9 @@ -# This is a basic workflow to help you get started with Actions +name: new-relic-exporter -name: CI - -# Controls when the workflow will run on: workflow_run: workflows: ['*'] types: [completed] # defaults to run on every completed workflow run event - # Triggers the workflow on push or pull request events but only for the "main" branch - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: env: GHA_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -19,7 +12,7 @@ env: GHA_RUN_NAME: ${{ github.event.workflow_run.name }} #GHA_CUSTOM_ATTS: '{"mycustomattributea":"test", "mycustomattributeb":10, "mycustomattributec":"My custom attribute"}' -# A workflow run is made up of one or more jobs that can run sequentially or in parallel + jobs: new-relic-exporter: name: new-relic-exporter