Skip to content

Commit

Permalink
cicd: remove unused workflows
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
cyrilevos committed Apr 3, 2024
1 parent d27b9db commit 73b787b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 155 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_tzsafe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
append_to_pre_release_tag: rc

- name: Testing
if: ${{ startsWith(github.ref,'refs/heads/') || github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'pull_request' && github.ref == 'refs/heads/main' }}
uses: actions/setup-node@v4
with:
node-version: "18.x"
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
cache-to: type=gha,mode=max
build-args: ENV=dev
- name: Build and push release version
if: ${{ ! github.event_name != 'pull_request' && github.ref == 'refs/heads/release' }}
if: ${{ github.event_name == 'pull_request' && github.ref == 'refs/heads/release' }}
uses: docker/build-push-action@v4
with:
file: ./Dockerfile
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/pre_release_bump_major_version.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/pre_release_bump_minor_version.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/pre_release_bump_patch_version.yml

This file was deleted.

0 comments on commit 73b787b

Please sign in to comment.