Skip to content

Commit

Permalink
Remove ready for review state
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Jul 30, 2024
1 parent 446305c commit 9670cc0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
pull_request:
types:
- opened
- ready_for_review
- synchronize
- edited
jobs:
Expand All @@ -27,8 +26,6 @@ jobs:
fi
sru_gate:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout Checkbox monorepo
Expand All @@ -37,7 +34,6 @@ jobs:
fetch-depth: 0
- name: Install Checkbox and providers
run: |
cd checkbox
apt install -y -qq python3 python3-venv jq
python3 -m venv venv
. venv/bin/activate
Expand All @@ -56,7 +52,6 @@ jobs:
DESCRIPTION: ${{ github.event.description }}
run: |
# we are on current branch/commit
cd checkbox
. venv/bin/activate
checkbox-cli expand -f json com.canonical.certification::sru-server >> sru_server_testplan_this_branch.json
checkbox-cli expand -f json com.canonical.certification::sru >> sru_testplan_this_branch.json
Expand Down

0 comments on commit 9670cc0

Please sign in to comment.