Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Feb 26, 2024
1 parent 73cab34 commit d2b974b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ansible_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ on:

jobs:
build:
# self-hosted runner
runs-on: self-hosted
# runs-on: ubuntu-latest
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.11" ] # Add more versions here if necessary.
python-version: [ "3.13" ] # Add more versions here if necessary.

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/polkadot_version.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Check Polkadot and Cumulus Update

# 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 d2b974b

Please sign in to comment.