Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Feb 3, 2024
1 parent 1fc0423 commit e3dd3b0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ on:

env:
CARGO_TERM_COLOR: always

jobs:
build-and-test:
runs-on: ubuntu-latest

steps:
- name: Execut Continues Delivery Workflow
run: echo "This currently is a empyt stub"
8 changes: 8 additions & 0 deletions .github/workflows/pr-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ on:
env:
CARGO_TERM_COLOR: always


jobs:
build-and-test:
runs-on: ubuntu-latest

steps:
- name: Execut PR Merge Workflow
run: echo "This currently is a empyt stub"

0 comments on commit e3dd3b0

Please sign in to comment.