Skip to content

Commit

Permalink
Updated sanity-check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SaqlainSentry authored May 16, 2024
1 parent e2ea1cd commit 2f7be74
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
name: Sanity Checks

on:
workflow_dispatch:
workflow_run:
workflows: Build
types: completed

jobs:
sanity-debian:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Performs sanity test on MetricsHub archive on Debian
steps:
- uses: actions/checkout@v4
- id: foo
uses: ChristopheClermont/metricshub-sanity-action@main
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: build-output
path: ./build_output
- uses: ChristopheClermont/metricshub-sanity-action@main

0 comments on commit 2f7be74

Please sign in to comment.