Skip to content

Commit b59654c

Browse files
committed
update
1 parent 11daa4e commit b59654c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/02-workflow-events-v2.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches:
1010
- CW02_03_2026
1111
schedule:
12-
- cron: "*/2 * * * *" # co 2 minuty
12+
- cron: "*/2 * * * *" # co 2 minuty # co niedzielę o północy
1313
workflow_dispatch:
1414

1515
jobs:
@@ -20,6 +20,10 @@ jobs:
2020
run: |
2121
echo "Event name: ${{ github.event_name }}"
2222
echo "pull request"
23+
ls -la
24+
echo "cos tam"
25+
- name: test
26+
run: echo "$test"
2327

2428
# Commit & push:
2529
# ```bash

0 commit comments

Comments
 (0)