Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
ci: run unit tests on any push
Browse files Browse the repository at this point in the history
  • Loading branch information
jonblatho committed Sep 16, 2021
1 parent 0923d06 commit 274d866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
# Notify of archive step failure if needed
- name: Create Issue for Archive Failure
uses: imjohnbo/issue-bot@v3.3.3
if: steps.archive.outcome == 'failure'
with:
assignees: jonblatho
title: HCHD dashboard archive failed
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Unit Tests

on:
pull_request:
push:
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 274d866

Please sign in to comment.