Skip to content

Commit

Permalink
chore: not run stateless
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-llimos committed Feb 24, 2024
1 parent b6b6bd7 commit 1e13012
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/stateless-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Stateless Tests
on: push
on:
pull_request:
branches:
- master
types: [opened, synchronize]
push:
branches:
- master

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand All @@ -15,7 +22,7 @@ jobs:
timeout-minutes: 360
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Install Python virtualenv
run: pip install virtualenv
Expand Down

0 comments on commit 1e13012

Please sign in to comment.