Skip to content

Commit 772cdc5

Browse files
committed
Workflows renamed
1 parent 2a843d1 commit 772cdc5

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

.github/workflows/add-even.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: C++ fundamentals - add even
1+
name: add-even
22

33
on: [pull_request]
44

.github/workflows/calculate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: C++ fundamentals - calculate
1+
name: calculate
22

33
on: [pull_request]
44

.github/workflows/fibonacci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: C++ fundamentals - fibonacci
1+
name: fibonacci
22

3-
on: [pull_request]
3+
on: [pull_request, workflow_dispatch]
44

55
jobs:
66
fibonacci:

.github/workflows/generate-sequence.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: C++ fundamentals - max of vector
1+
name: generate-sequence
22

33
on: [pull_request]
44

55
jobs:
66
fibonacci:
77
runs-on: ubuntu-latest
88
env:
9-
path: homework/max-of-vector/build
9+
path: homework/generate-sequence/build
1010
steps:
1111
- name: Check out code
1212
uses: actions/checkout@master

.github/workflows/max-of-vector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: C++ fundamentals - generate sequence
1+
name: max-of-vector
22

33
on: [pull_request]
44

55
jobs:
66
fibonacci:
77
runs-on: ubuntu-latest
88
env:
9-
path: homework/generate-sequence/build
9+
path: homework/max-of-vector/build
1010
steps:
1111
- name: Check out code
1212
uses: actions/checkout@master

.github/workflows/nwd-nnw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: C++ fundamentals - NWD NNW
1+
name: nwd-nnw
22

33
on: [pull_request]
44

.github/workflows/password-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: C++ fundamentals - vector of shared ptrs
1+
name: password-check
22

33
on: [pull_request]
44

55
jobs:
66
fibonacci:
77
runs-on: ubuntu-latest
88
env:
9-
path: homework/vector-of-shared-ptrs/build
9+
path: homework/password-check/build
1010
steps:
1111
- name: Check out code
1212
uses: actions/checkout@master

.github/workflows/vector-of-shared-ptrs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: C++ fundamentals - password check
1+
name: vector-of-shared-ptrs
22

33
on: [pull_request]
44

55
jobs:
66
fibonacci:
77
runs-on: ubuntu-latest
88
env:
9-
path: homework/password-check/build
9+
path: homework/vector-of-shared-ptrs/build
1010
steps:
1111
- name: Check out code
1212
uses: actions/checkout@master

0 commit comments

Comments
 (0)