Skip to content

Commit

Permalink
Disable everything but docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 25, 2024
1 parent f586563 commit e8ec787
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Comment the line(s) below to disable particular pipeline(s):

do_Docker=true
do_FullBuild=true
do_FuncTest=true
do_Fuzzing=true
do_Glitch=true
do_MinBuild=true
#do_FullBuild=true
#do_FuncTest=true
#do_Fuzzing=true
#do_Glitch=true
#do_MinBuild=true
4 changes: 3 additions & 1 deletion .github/workflows/rtpproxy_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ jobs:

Docker:
name: Build&Push to DockerHub
needs: [LoadJobs_conf, Fuzzing]
#needs: [LoadJobs_conf, Fuzzing]
needs: [LoadJobs_conf]
if: needs.LoadJobs_conf.outputs.do_Docker == 'true' &&
(github.event_name == 'push' || github.event_name == 'pull_request')
runs-on: ubuntu-latest
Expand Down Expand Up @@ -491,6 +492,7 @@ jobs:
push: true

- name: Push Docker image
if: false
uses: docker/build-push-action@v6
with:
context: .
Expand Down

0 comments on commit e8ec787

Please sign in to comment.