Skip to content

Commit 55efdc8

Browse files
authored
Create test.yaml
1 parent 694e721 commit 55efdc8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Check IP
2+
on:
3+
pull_request: {}
4+
jobs:
5+
check-ip:
6+
runs-on: linux-ubuntu-latest
7+
steps:
8+
- name: Check Runner IP
9+
run: curl https://ipinfo.io/ip
10+
- name: clone repo
11+
uses: actions/checkout@v4
12+
with:
13+
repo: databricks-mosaic/devops
14+
token: ${{ secrets.GHCR_TOKEN }}

0 commit comments

Comments
 (0)