We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11daa4e commit b59654cCopy full SHA for b59654c
1 file changed
.github/workflows/02-workflow-events-v2.yml
@@ -9,7 +9,7 @@ on:
9
branches:
10
- CW02_03_2026
11
schedule:
12
- - cron: "*/2 * * * *" # co 2 minuty
+ - cron: "*/2 * * * *" # co 2 minuty # co niedzielę o północy
13
workflow_dispatch:
14
15
jobs:
@@ -20,6 +20,10 @@ jobs:
20
run: |
21
echo "Event name: ${{ github.event_name }}"
22
echo "pull request"
23
+ ls -la
24
+ echo "cos tam"
25
+ - name: test
26
+ run: echo "$test"
27
28
# Commit & push:
29
# ```bash
0 commit comments