Skip to content

Commit

Permalink
Revert everything
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelijusbanelis committed Sep 13, 2023
1 parent ec7a34f commit 014fe6c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
push:
branches:
- main
paths:
- 'tests/**'
- 'Dockerfile'
- 'main_test.go'

jobs:
build:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@ name: Run tests

on:
pull_request:
types:
- opened
- synchronize
- edited
- labeled
- ready_for_review
- reopened
paths:
- 'go/**'
push:
paths:
- 'go/**'

Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@ name: Run tests

on:
pull_request:
types:
- opened
- synchronize
- edited
- labeled
- ready_for_review
- reopened
paths:
- 'js/**'
push:
paths:
- 'js/**'

Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@ name: Run tests

on:
pull_request:
types:
- opened
- synchronize
- edited
- labeled
- ready_for_review
- reopened
paths:
- 'php/**'
push:
paths:
- 'php/**'

Expand Down

0 comments on commit 014fe6c

Please sign in to comment.