Skip to content

Commit

Permalink
feat: remove tests from pipeline
Browse files Browse the repository at this point in the history
implement ENG-2650
  • Loading branch information
cowan-macady committed Apr 17, 2024
1 parent 14b1a35 commit 2e56fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- master
- mastery
push:
branches:
- master
- mastery
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion authorization/authorization_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build integration
//go:build !integration

package authorization_test

Expand Down

0 comments on commit 2e56fa8

Please sign in to comment.