Skip to content

Commit

Permalink
opdat self hosted ci.yml for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Aug 11, 2023
1 parent afdf68d commit 1c8a065
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/self_hosted_ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: self_hosted_ci

on:
push:
branches:
- E2E-tests
pull_request_target:
branches:
- develop
- main
workflow_dispatch:


concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.event.pull_request.number || github.ref_name }}
cancel-in-progress: ${{ github.event_name == 'pull_request_target' }}
Expand Down

0 comments on commit 1c8a065

Please sign in to comment.