Skip to content

Commit

Permalink
build: remove the naive build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
developStorm committed May 20, 2024
1 parent ee76c3f commit 257e51c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id-token: write
attestations: write
strategy:
fail-fast: false
fail-fast: true
matrix:
platform:
- linux/amd64
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Integration Test
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
test:
name: Test
Expand Down

0 comments on commit 257e51c

Please sign in to comment.