Switch from mamba to conda #3068
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Changelog Checker | |
on: | |
pull_request: | |
types: [assigned, opened, synchronize, reopened, labeled, unlabeled] | |
branches: | |
- master | |
jobs: | |
build: | |
name: Check Actions | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Changelog check | |
uses: Zomzog/changelog-checker@14fa5f86a23c48fddade9c0e0331b90844a8ea20 | |
with: | |
fileName: CHANGELOG.md | |
noChangelogLabel: '[disable changelog ci]' | |
env: | |
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |