Skip to content

Commit

Permalink
[ci skip] [skip ci] [cf admin skip] ***NO_CI*** admin migration Autom…
Browse files Browse the repository at this point in the history
…ergeAndRerender
  • Loading branch information
conda-forge-admin committed Mar 3, 2020
1 parent 2844295 commit 558b5a6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
status: {}
check_suite:
types:
- completed

jobs:
regro-cf-autotick-bot-action:
runs-on: ubuntu-latest
name: regro-cf-autotick-bot-action
steps:
- name: checkout
uses: actions/checkout@v2
- name: regro-cf-autotick-bot-action
id: regro-cf-autotick-bot-action
uses: regro/cf-autotick-bot-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
12 changes: 12 additions & 0 deletions .github/workflows/webservices.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: repository_dispatch

jobs:
webservices:
runs-on: ubuntu-latest
name: webservices
steps:
- name: webservices
id: webservices
uses: conda-forge/webservices-dispatch-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 558b5a6

Please sign in to comment.