Skip to content

Commit

Permalink
add workflows to sandboxed machine
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Feb 26, 2024
1 parent 1eea278 commit 766b300
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ansible_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Python application

# self-hosted runner
runs-on: self-hosted

on:
push:
branches: [ master ]
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/polkadot_version.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
name: Check Polkadot and Cumulus Update


# runs-on: self-hosted
runs-on: self-hosted

on:
schedule:
- cron: '0 0 * * *' # Runs at midnight UTC every day
Expand Down

0 comments on commit 766b300

Please sign in to comment.