Skip to content

Commit

Permalink
Some testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwizi committed May 14, 2024
1 parent 0bc99ad commit be743d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docker-api.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Publish API Docker Image

on: workflow_dispatch
# workflow_run:
# workflows: ["generate-schema.yml"]
# types:
# - completed
on:
workflow_run:
workflows: ["generate-schema.yml"]
types:
- completed
workflow_dispatch:

jobs:
push_to_registry:
Expand Down
2 changes: 1 addition & 1 deletion api/src/cs2_battle_bot/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@

SWAGGER_SETTINGS = {"SECURITY_DEFINITIONS": {"Basic": {"type": "basic"}}}

TEST = 23
TEST = 24

0 comments on commit be743d6

Please sign in to comment.