WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Merge pull request #18 from scientific-python/ci #107

Merge pull request #18 from scientific-python/ci

Merge pull request #18 from scientific-python/ci #107

Workflow file for this run

name: Test Action
on:
push:
branches:
- "main"
- "*.*"
tags:
- "v*"
pull_request:
# Allow manual runs through the web UI
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
generate_data:
runs-on: ubuntu-latest
name: Run action on test file in repo
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Generate version data using local action
uses: ./
with:
project_file_name: tests/test_data/pyproject.toml
create_pr: false
schedule_path: tests/test_data/test_schedule.json