Skip to content

Pin CI to the stable StackStorm release #278

Pin CI to the stable StackStorm release

Pin CI to the stable StackStorm release #278

Workflow file for this run

name: CI
on:
pull_request:
schedule:
# NOTE: We run this weekly at 1 am UTC on every Saturday
- cron: '0 1 * * 6'
jobs:
# This is mirrored in the release workflow.
build_and_test:
name: 'Build and Test'
uses: StackStorm-Exchange/ci/.github/workflows/pack-build_and_test.yaml@850dc21ae7ace9619f1ff3d2e927b13b9512ee36 # master

Check failure on line 13 in .github/workflows/build_and_test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_and_test.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build_and_test.yaml" -> "StackStorm-Exchange/ci/.github/workflows/pack-build_and_test.yaml@850dc21ae7ace9619f1ff3d2e927b13b9512ee36" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
enable-common-libs: true
#apt-cache-version: v0
#py-cache-version: v0
python-version: '["3.10", "3.11"]'