Skip to content

Commit e289ea0

Browse files
[ci skip] [skip ci] [cf admin skip] ***NO_CI*** admin migration EnableGHAWorkflows
1 parent 630fcb6 commit e289ea0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/conda-build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file was added automatically by admin-migrations. Do not modify.
2+
# It ensures that Github Actions can run once rerendered for the first time.
3+
# -*- mode: yaml -*-
4+
5+
name: Build conda package
6+
on:
7+
workflow_dispatch:
8+
9+
jobs:
10+
build:
11+
name: Disabled build
12+
runs-on: ubuntu-slim
13+
if: false
14+
steps:
15+
- run: exit 0

0 commit comments

Comments
 (0)