Add workflow to run the backend info script

This commit is contained in:
Felipe Knorr Kuhn 2023-09-23 07:58:09 -07:00
parent e3cd7dbf34
commit 52725df296
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A

19
.github/workflows/get_backend_hash.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: 'Print backend hashes'
on: [workflow_dispatch]
jobs:
print-backend-sha:
runs-on: 'ubuntu-latest'
name: Print backend hashes
steps:
- name: Checkout
uses: actions/checkout@v3
with:
path: repo
- name: Run script
working-directory: repo
run: |
chmod +x ./scripts/get_backend_hash.sh
sh ./scripts/get_backend_hash.sh