diff --git a/.github/workflows/global-workflow.yml b/.github/workflows/global-workflow.yml new file mode 100644 index 000000000000..9ceb6d2587bc --- /dev/null +++ b/.github/workflows/global-workflow.yml @@ -0,0 +1,18 @@ +name: Global workflow to rule all other workflows + +on: + push: + branches: [ master ] + +jobs: + + replicate_changes: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - uses: derberg/global-actions-support@3281b4a0966f03fbf9ad07985b93e1021d4c397c + with: + github_token: ${{ secrets.CUSTOM_TOKEN }} + files_to_ignore: global-workflow.yml