Skip to content

Check for new conda releases #7960

Check for new conda releases

Check for new conda releases #7960

Workflow file for this run

name: Check for new conda releases
on:
schedule:
- cron: "0 */6 * * *"
jobs:
check_conda_release:
name: "Check for release and open issue"
runs-on: ubuntu-slim
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Run Actions script
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
with:
script: |
const script = require(`${process.env.GITHUB_WORKSPACE}/.github/workflows/conda_release.js`)
console.log(script({github, context}))