Skip to content

Merge pull request #1409 from open-data/remove-exp-from-makefile #26

Merge pull request #1409 from open-data/remove-exp-from-makefile

Merge pull request #1409 from open-data/remove-exp-from-makefile #26

Workflow file for this run

name: Trigger CircleCI
on: [push, pull_request, workflow_dispatch]
jobs:
trigger-circleci:
runs-on: ubuntu-latest
steps:
- name: Trigger CircleCI Build
id: trigger_circleci_build
uses: CircleCI-Public/[email protected]
env:
CCI_TOKEN: ${{ secrets.CCI_TOKEN }}