Skip to content

Commit

Permalink
Change GHA to PR only
Browse files Browse the repository at this point in the history
  • Loading branch information
cwlacewe committed Jul 22, 2024
1 parent 55c8ecf commit 54ca213
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: CI

on:
push:
branches: [pre-2.9]
pull_request:
types: [opened, synchronize, reopened]
branches: [develop]
Expand All @@ -26,9 +24,9 @@ jobs:
runs-on: ubuntu-latest
outputs:
CHECKIN_DOCKERFILE: .github/scripts/docker-compose.yml
CONTAINER_NAME: source_coverage_${{ github.event.pull_request.number || github.ref_name }}
SOURCE_REF: ${{ github.event.pull_request.head.sha || github.sha }}
TARGET_REF: 632eaed58b16046347a8d249aa198ad31af44dac #${{ github.event.pull_request.base.ref || github.event.before }}
CONTAINER_NAME: source_coverage_${{ github.event.pull_request.number }}
SOURCE_REF: ${{ github.event.pull_request.head.sha }}
TARGET_REF: ${{ github.event.pull_request.base.ref }}
steps:
- run: echo "null"

Expand Down

0 comments on commit 54ca213

Please sign in to comment.