Skip to content

Commit

Permalink
Merge branch 'feature/workflows'
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Feb 6, 2024
2 parents d6459fc + 082d501 commit 54f9f4d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-amf.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Docker Image CI - AMF

on:
schedule:
- cron: '00 04 * * Sun'
push:
paths:
- 'amf/**'
branches: [ master ]
workflow_dispatch:
repository_dispatch:
types: [docker-build]

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-ausf.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Docker Image CI - AUSF

on:
schedule:
- cron: '00 04 * * Sun'
push:
paths:
- 'ausf/**'
branches: [ master ]
workflow_dispatch:
repository_dispatch:
types: [docker-build]

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-nrf.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Docker Image CI - NRF

on:
schedule:
- cron: '00 04 * * Sun'
push:
paths:
- 'nrf/**'
branches: [ master ]
workflow_dispatch:
repository_dispatch:
types: [docker-build]

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-nssf.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Docker Image CI - NSSF

on:
schedule:
- cron: '00 04 * * Sun'
push:
paths:
- 'nssf/**'
branches: [ master ]
workflow_dispatch:
repository_dispatch:
types: [docker-build]

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-pcf.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Docker Image CI - PCF

on:
schedule:
- cron: '00 04 * * Sun'
push:
paths:
- 'pcf/**'
branches: [ master ]
workflow_dispatch:
repository_dispatch:
types: [docker-build]

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-smf.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Docker Image CI - SMF

on:
schedule:
- cron: '00 04 * * Sun'
push:
paths:
- 'smf/**'
branches: [ master ]
workflow_dispatch:
repository_dispatch:
types: [docker-build]

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-udm.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Docker Image CI - UDM

on:
schedule:
- cron: '00 04 * * Sun'
push:
paths:
- 'udm/**'
branches: [ master ]
workflow_dispatch:
repository_dispatch:
types: [docker-build]

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-udr.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Docker Image CI - UDR

on:
schedule:
- cron: '00 04 * * Sun'
push:
paths:
- 'udr/**'
branches: [ master ]
workflow_dispatch:
repository_dispatch:
types: [docker-build]

jobs:
docker:
Expand Down

0 comments on commit 54f9f4d

Please sign in to comment.