Skip to content

Commit

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

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

on:
push:
branches: [ master ]
Expand All @@ -12,7 +9,9 @@ on:

jobs:
build:
runs-on: ubuntu-latest
# self-hosted runner
runs-on: self-hosted
# runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.10" ] # Add more versions here if necessary.
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/polkadot_version.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
---
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
# on:
# schedule:
# - cron: '0 0 * * *' # Runs at midnight UTC every day

jobs:
update-version:
Expand Down

0 comments on commit d3c64ae

Please sign in to comment.