Skip to content

Commit

Permalink
Update compliance.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <9754361+ghostwriter@users.noreply.github.com>
  • Loading branch information
ghostwriter committed May 12, 2023
1 parent 30b1813 commit 43f7607
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,20 @@ name: Compliance

on:
pull_request:

branches:
- "**"
push:
branches:
- "main"
- "[0-9]+.[0-9]+.x"
- "v[0-9]+"

schedule:
- cron: "0 * * * *" # Runs hourly

workflow_dispatch: # Manually Trigger workflow

jobs:
compliance:
automation:
uses: ghostwriter/compliance/.github/workflows/automation.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
INFECTION_DASHBOARD_API_KEY: ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 comments on commit 43f7607

Please sign in to comment.