Skip to content

Injected schema 0.11.3 for BIDS 1.10.0 as of commit v1.10.0 into vers… #2

Injected schema 0.11.3 for BIDS 1.10.0 as of commit v1.10.0 into vers…

Injected schema 0.11.3 for BIDS 1.10.0 as of commit v1.10.0 into vers… #2

Workflow file for this run

name: Inject
on:
schedule:
- cron: '0 */12 * * *'
push:
branches:
- main
permissions:
contents: write
jobs:
inject:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run cron job
run: |
tools/inject-schema-fully-auto
- name: Possibly push results
run:
git push