Skip to content

Commit

Permalink
ci: rename workflow and and minimal refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-olaiya committed Aug 21, 2024
1 parent 847d06c commit 57f519a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 27 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml → .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
name: Revue CI
name: Revue CI and CD

on:
push:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'renovate.json'
workflow_dispatch:
defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: ${{ !contains(github.ref, 'main') }}
jobs:
build:
strategy:
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/fault-tolerance-tests.yml

This file was deleted.

0 comments on commit 57f519a

Please sign in to comment.