Skip to content

Commit

Permalink
test4 (#12)
Browse files Browse the repository at this point in the history
* 3

* 3

* more

* 4
  • Loading branch information
ann8ty authored Jan 19, 2024
1 parent 746df50 commit 2a9faf2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/2_on_push_tags.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: 2 on push tags
run-name: ${{ github.ref_name }} 2 on push tags

on:
push:
Expand All @@ -18,6 +19,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
ref: ${{ github.ref_name }}

- uses: tj-actions/changed-files@v41
id: changed-requirements-file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3_on_workflow_run.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 3 on workflow run
run-name: 3 on workflow run ${{ github.event.workflow_run.head_branch}}
run-name: ${{ github.event.workflow_run.head_branch}} 3 on workflow run

on:
workflow_run:
Expand Down
2 changes: 1 addition & 1 deletion dags/example.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
print("imagine i am an airflow dag")
#change3
#change4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==7.3.1
# change3
# change4

0 comments on commit 2a9faf2

Please sign in to comment.