Skip to content

Commit

Permalink
Temporally disable docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Dec 24, 2023
1 parent 02df973 commit 8c359fb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-and-test-docker.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Docker images

on:
push:
branches:
- main
pull_request:
branches:
- main
# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

jobs:
build-docker-and-test:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Docker hub.
name: Publish Docker image

on:
push:
tags:
- 'v*'
# on:
# push:
# tags:
# - 'v*'

jobs:
push-docker-image:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_impersonate.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def browser_signatures():
]

# List of binaries and their expected signatures
CURL_BINARIES_AND_SIGNATURES = yaml.safe_load(open("tests/targets.yaml"))
CURL_BINARIES_AND_SIGNATURES = yaml.safe_load(open("./targets.yaml"))


@pytest.fixture
Expand Down

0 comments on commit 8c359fb

Please sign in to comment.