Skip to content

Commit

Permalink
revert: apt-test on pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
wellCh4n committed Aug 25, 2024
1 parent 459f627 commit 2f162ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Run Pytest

on:
push
pull_request:
branches:
- main
paths:
- api/**
- docker/**

concurrency:
group: api-tests-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 2f162ea

Please sign in to comment.