diff-with-upstream #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: diff-with-upstream | |
on: | |
schedule: | |
- cron: "0 0 * * 0" # Run once a week on Sunday at midnight | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Fetch and compare with upstream spack Octopus package file | |
run: make diff |