14 lines
371 B
YAML
14 lines
371 B
YAML
# This workflow has been superseded by build.yml.
|
|
# It is retained only so that any external links to this file do not 404.
|
|
# It will never trigger automatically.
|
|
name: Deprecated (superseded by build.yml)
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
noop:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "This workflow is deprecated. The active CI pipeline is build.yml."
|