Skip to content

Commit

Permalink
remove double CI runs for every pull request (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentsku authored and viren-nadkarni committed Apr 11, 2024
1 parent db05ad7 commit 07afaef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: TestNDeploy

on: [push, pull_request]
on:
push:
paths-ignore:
- 'README.md'
branches:
- localstack
pull_request:

jobs:
cache:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/dockertests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: DockerTests

on: [push, pull_request]
on:
push:
paths-ignore:
- 'README.md'
branches:
- localstack
pull_request:

jobs:
cache:
Expand Down

0 comments on commit 07afaef

Please sign in to comment.