Skip to content
Snippets Groups Projects
Select Git revision
  • 9370903a2bfefd13cc690e99822f11e0dc56f2d6
  • develop default protected
  • feature/kinetic-schemes
  • feature/reconstruction
  • feature/local-dt-fsi
  • feature/composite-scheme-sources
  • feature/composite-scheme-other-fluxes
  • feature/serraille
  • feature/variational-hydro
  • feature/composite-scheme
  • hyperplastic
  • feature/polynomials
  • feature/gks
  • feature/implicit-solver-o2
  • feature/coupling_module
  • feature/implicit-solver
  • feature/merge-local-dt-fsi
  • master protected
  • feature/escobar-smoother
  • feature/hypoelasticity-clean
  • feature/hypoelasticity
  • v0.5.0 protected
  • v0.4.1 protected
  • v0.4.0 protected
  • v0.3.0 protected
  • v0.2.0 protected
  • v0.1.0 protected
  • Kidder
  • v0.0.4 protected
  • v0.0.3 protected
  • v0.0.2 protected
  • v0 protected
  • v0.0.1 protected
33 results

integration_trigger.yml

Blame
  • integration_trigger.yml 576 B
    name: Integration Test Trigger
    on:
      pull_request:
        types: [closed]
    jobs:
      merge-PR:
        if: github.event.pull_request.merged == true
        runs-on: ubuntu-latest
        steps:
          - name: Trigger integration tests on highfive-devs/bbp-integration
            run: |
              curl -X POST https://api.github.com/repos/highfive-devs/bbp-integration/dispatches \
              -H 'Accept: application/vnd.github.everest-preview+json' \
              -u ${{ secrets.ACCESS_TOKEN }} \
              --data '{"event_type": "merge", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'