Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dusanslad authored Oct 30, 2024
1 parent 5c90be9 commit 322cd5c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 322cd5c

Please sign in to comment.