Skip to content

Commit

Permalink
Temporarily disable regular tests and fixed image name
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyscientist committed Oct 17, 2023
1 parent 2ed10dd commit c7b8cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests

on: [push, pull_request, workflow_dispatch]
#on: [push, pull_request, workflow_dispatch]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
test:
needs: build-api
runs-on: ubuntu-latest
container: ghcr.io/${GITHUB_REPOSITORY,,}/api:${GITHUB_REF_NAME,,}
container: ghcr.io/${{GITHUB_REPOSITORY,,}}/api:${{GITHUB_REF_NAME,,}}
services:
postgres:
image: postgres:latest
Expand Down

0 comments on commit c7b8cfb

Please sign in to comment.