Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
HadronCollider authored Feb 13, 2025
0 parents commit 9a51c90
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/collect_commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Collect Commits
on:
push:

jobs:
collect-commits:
runs-on: [self-hosted, mse]
steps:
- name: Collect info
run: |
cd /data/
mkdir -p '${{github.repository}}'
echo '${{ toJson(github) }}' > "./run.json"
python3 get_info.py
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# mse-2025-template

0 comments on commit 9a51c90

Please sign in to comment.